TemplateBasedScriptGenerator

Interface for generating scripts with the provided details based on a provided template.

Functions

Link copied to clipboard
abstract fun generateScript(details: JavaAppStartScriptGenerationDetails, destination: Writer)
Link copied to clipboard
abstract fun getTemplate(): TextResource
Gets the template reader used for generating script.
Link copied to clipboard
abstract fun setTemplate(template: TextResource)
Sets the template text resource used for generating script.