Interface TemplateBasedScriptGenerator
- All Superinterfaces:
 ScriptGenerator
Interface for generating scripts with the provided details based on a provided template.
- 
Method Summary
Modifier 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.ScriptGenerator
generateScript 
- 
Method Details
- 
setTemplate
Sets the template text resource used for generating script.- Parameters:
 template- Template text resource
 - 
getTemplate
TextResource getTemplate()Gets the template reader used for generating script.- Returns:
 - Template reader
 
 
 -