@groovy.transform.InheritConstructors @groovy.transform.CompileStatic class RenderStep extends AbstractStep
A Step that renders a template
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
NAME |
|
static java.lang.String |
TEMPLATES_DIR |
Constructor and description |
---|
RenderStep
() |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getName() |
|
boolean |
handle(ExecutionContext context) |
|
protected java.lang.String |
relativePath(java.io.File relbase, java.io.File file) |
|
protected void |
renderToDestination(java.io.File destination, java.util.Map variables) |
|
protected java.util.List<java.lang.String> |
resolveNameAndPackage(ExecutionContext context, java.lang.String nameAsArgument) |
|
protected org.springframework.core.io.Resource |
searchTemplateDepthFirst(Profile profile, java.lang.String template) |