Interface TemplateBasedScriptGenerator
- All Superinterfaces:
- ScriptGenerator
Interface for generating scripts with the provided details based on a provided template.
- 
Method SummaryModifier and TypeMethodDescriptionGets the template reader used for generating script.voidsetTemplate(TextResource template) Sets the template text resource used for generating script.Methods inherited from interface org.gradle.jvm.application.scripts.ScriptGeneratorgenerateScript
- 
Method Details- 
setTemplateSets the template text resource used for generating script.- Parameters:
- template- Template text resource
 
- 
getTemplateTextResource getTemplate()Gets the template reader used for generating script.- Returns:
- Template reader
 
 
-