public class DefaultJSExporterOptions extends java.lang.Object implements TAMEJSExporterOptions
| Constructor and Description |
|---|
DefaultJSExporterOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getModuleVariableName()
Gets the JS variable to use if exporting to just module data.
|
java.lang.String |
getStartingPath()
Gets the JS Wrapper starting file path to use.
|
java.io.PrintStream |
getVerboseStream() |
public java.lang.String getStartingPath()
TAMEJSExporterOptionsgetStartingPath in interface TAMEJSExporterOptionspublic java.lang.String getModuleVariableName()
TAMEJSExporterOptionsgetModuleVariableName in interface TAMEJSExporterOptionspublic java.io.PrintStream getVerboseStream()
getVerboseStream in interface TAMEJSExporterOptions