@groovy.transform.CompileStatic class CreateAppCommand extends ArgumentCompletingCommand
Command for creating Grails applications
| Modifiers | Name | Description | 
|---|---|---|
| static java.lang.String | ENCODING | |
| static java.lang.String | FEATURES_FLAG | |
| static java.lang.String | INPLACE_FLAG | |
| static java.lang.String | NAME | |
| static java.lang.String | PROFILE_FLAG | 
| 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 int | complete(CommandLine commandLine, CommandDescription desc, java.util.List<java.lang.CharSequence> candidates, int cursor) | 
| protected void | copySrcToTarget(GrailsConsoleAntBuilder ant, java.io.File srcDir, java.util.List excludes) | 
| protected java.lang.Iterable<Feature> | evaluateFeatures(Profile profile, CommandLine commandLine) | 
| 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() | 
| protected void | replaceBuildTokens(java.lang.String profileCoords, Profile profile, java.util.List<Feature> features, java.io.File targetDirectory) | 
| protected java.lang.String | resolveArtifactString(org.eclipse.aether.graph.Dependency dep) | 
| protected java.io.File | unzipProfile(groovy.util.AntBuilder ant, Resource location) | 
| Methods inherited from class | Name | 
|---|---|
| class ArgumentCompletingCommand | complete, complete | 
| 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