@Prototype public class CreateCliCommand extends CreateCommand
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.String> |
features |
static java.lang.String |
NAME |
applicationType, availableFeatures, build, contextFactory, inplace, javaVersion, lang, listFeatures, name, projectGenerator, test
commonOptions, spec
NOOP
Constructor and Description |
---|
CreateCliCommand(CliAvailableFeatures availableFeatures,
ContextFactory contextFactory,
ProjectGenerator projectGenerator) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getSelectedFeatures() |
call, generate, generate, getAdditionalOptions, getJdkVersion
err, errWriter, getOperatingSystem, getSpec, green, out, outWriter, red, showStacktrace, verbose, warning
public static final java.lang.String NAME
protected java.util.List<java.lang.String> features
public CreateCliCommand(CliAvailableFeatures availableFeatures, ContextFactory contextFactory, ProjectGenerator projectGenerator)
@NonNull protected java.util.List<java.lang.String> getSelectedFeatures()
getSelectedFeatures
in class CreateCommand