static class CreateAppCommand.CreateAppCommandObject extends Object
Type | Name and description |
---|---|
String |
appName |
Map<String, String> |
args |
File |
baseDir |
GrailsConsole |
console |
String |
database |
List<String> |
features |
boolean |
force |
String |
grailsVersion |
boolean |
inplace |
boolean |
minimal |
String |
packageName |
String |
profileName |
boolean |
quiet |
List<String> |
skippedFeatures |
String |
springBootVersion |
boolean |
stacktrace |
String |
template |
boolean |
verbose |
Constructor and description |
---|
CreateAppCommand.CreateAppCommandObject() |