A org.grails.cli.profile.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(File relbase, File file) |
|
protected void |
renderToDestination(File destination, Map variables) |
|
protected java.util.List |
resolveNameAndPackage(ExecutionContext context, java.lang.String nameAsArgument) |
|
protected Resource |
searchTemplateDepthFirst(Profile profile, java.lang.String template) |