@InheritConstructors @CompileStatic class RenderStep extends AbstractStep
A Step that renders a template
Modifiers | Name | Description |
---|---|---|
static String |
NAME |
|
static String |
TEMPLATES_DIR |
Properties inherited from class | Properties |
---|---|
class AbstractStep |
command, parameters |
Constructor and description |
---|
RenderStep() |
Type Params | Return Type | Name and description |
---|---|---|
|
String |
getName() |
|
boolean |
handle(ExecutionContext context) |
|
protected String |
relativePath(File relbase, File file) |
|
protected void |
renderToDestination(File destination, Map variables) |
|
protected List<String> |
resolveNameAndPackage(ExecutionContext context, String nameAsArgument) |
|
protected Resource |
searchTemplateDepthFirst(Profile profile, String template) |
Methods inherited from class | Name |
---|---|
class AbstractStep |
flag |