@groovy.transform.CompileStatic class CreateAppCommand
Command for creating Grails applications
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
NAME |
Type | Name and description |
---|---|
java.lang.String |
appname |
java.util.List<java.lang.String> |
binaryFileExtensions |
CommandDescription |
description |
java.lang.String |
groupname |
ProfileRepository |
profileRepository |
java.io.File |
targetDirectory |
java.util.Map<java.lang.String, java.lang.String> |
variables |
Constructor and description |
---|
CreateAppCommand
() |
Type | Name and description |
---|---|
protected java.lang.String |
evaluateProfileName(CommandLine mainCommandLine) |
protected java.lang.String |
getDefaultProfile() |
java.lang.String |
getName() |
boolean |
handle(ExecutionContext executionContext) |
protected boolean |
initializeVariables(Profile profile, CommandLine commandLine) |
protected void |
populateDescription() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation