TemplateBasedScriptGeneratorpublic interface ScriptGenerator
TemplateBasedScriptGenerator| Modifier and Type | Method | Description | 
|---|---|---|
| void | generateScript(JavaAppStartScriptGenerationDetails details,
              Writer destination) | Generate the script. | 
void generateScript(JavaAppStartScriptGenerationDetails details, Writer destination)
Implementations should not close the given writer. It is the responsibility of the caller to close the stream.
details - the application detailsdestination - the script destination