Generates a script to start a JVM application.
Type | Name and description |
---|---|
void |
generateScript(JavaAppStartScriptGenerationDetails details, Writer destination) Generate the script. |
Generate the script.
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