@CompileStatic class ApplicationTemplateCommand extends Object implements ProfileRepositoryAware, ProjectCommand, ProjectContextAware
Apply a application template to an existing Grace project. Application templates are simple Groovy files containing DSL, Ant tasks, scripts etc.
you can use templates to generate/customize Grace applications. you can write reusable application templates using the Groovy template scripts.
Modifiers | Name | Description |
---|---|---|
static String |
LOCATION_FLAG |
|
static String |
NAME |
Type | Name and description |
---|---|
CommandDescription |
description |
String |
namespace |
ProfileRepository |
profileRepository |
ProjectContext |
projectContext |
Constructor and description |
---|
ApplicationTemplateCommand() |
Type Params | Return Type | Name and description |
---|---|---|
|
String |
getName() |
|
boolean |
handle(ExecutionContext executionContext) |
|
protected void |
populateDescription() |