de.rico.editor.io
Class ScriptFileExporter

java.lang.Object
  extended by de.rico.editor.io.ScriptFileExporter

public class ScriptFileExporter
extends java.lang.Object

This class can be use to generate and export the method bodies for a room's script file

Author:
Frank Bruns

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

ScriptFileExporter

public ScriptFileExporter(Room room)
Method Detail

exportToFile

public void exportToFile(java.lang.String filePath)
Creates and exports the script file by generating the method bodies for the rooms entities and triggers.

Parameters:
filePath - filepath to export to