|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.rico.editor.io.ScriptFileExporter
public class ScriptFileExporter
This class can be use to generate and export the method bodies for a room's script file
| Constructor Summary | |
|---|---|
ScriptFileExporter(Room room)
|
|
| Method Summary | |
|---|---|
void |
exportToFile(java.lang.String filePath)
Creates and exports the script file by generating the method bodies for the rooms entities and triggers. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScriptFileExporter(Room room)
| Method Detail |
|---|
public void exportToFile(java.lang.String filePath)
filePath - filepath to export to
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||