@Incubating public interface ScriptGenerator
TemplateBasedScriptGenerator| Modifier and Type | Method and Description |
|---|---|
void |
generateScript(JavaAppStartScriptGenerationDetails details,
java.io.Writer destination)
Generate the script.
|
void generateScript(JavaAppStartScriptGenerationDetails details, java.io.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