generate Script
abstract fun generateScript(details: JavaAppStartScriptGenerationDetails, destination: Writer)(source)
Generate the script.
Implementations should not close the given writer. It is the responsibility of the caller to close the stream.
Since
2.4
Parameters
details
the application details
destination
the script destination