Class CreateBuilderCommand
java.lang.Object
io.micronaut.starter.cli.command.BaseCommand
io.micronaut.starter.cli.command.BuilderCommand
io.micronaut.starter.cli.command.CreateBuilderCommand
- All Implemented Interfaces:
ConsoleOutput, Callable<Integer>
-
Field Summary
FieldsFields inherited from class BuilderCommand
features, projectGenerator, PROMPTFields inherited from class BaseCommand
commonOptions, specFields inherited from interface ConsoleOutput
NOOP -
Constructor Summary
ConstructorsConstructorDescriptionCreateBuilderCommand(ProjectGenerator projectGenerator, List<Feature> features) -
Method Summary
Modifier and TypeMethodDescriptioncreateGenerateOptions(org.jline.reader.LineReader reader) protected ApplicationTypegetApplicationType(org.jline.reader.LineReader reader) Methods inherited from class BuilderCommand
call, getBuildTool, getEnumOption, getEnumOption, getFeatureOption, getFeatures, getJdkVersion, getJdkVersionCandidates, getLanguage, getListOption, getOption, getOptions, getProject, getTestFramework, getYesOrNoMethods inherited from class BaseCommand
err, errWriter, getOperatingSystem, getSpec, green, out, outWriter, red, showStacktrace, verbose, warning
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
CreateBuilderCommand
-
-
Method Details
-
createGenerateOptions
- Specified by:
createGenerateOptionsin classBuilderCommand
-
getApplicationType
protected ApplicationType getApplicationType(org.jline.reader.LineReader reader) throws org.jline.reader.UserInterruptException, org.jline.reader.EndOfFileException - Throws:
org.jline.reader.UserInterruptExceptionorg.jline.reader.EndOfFileException
-