Package io.micronaut.starter.cli.command
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
Fields inherited from class io.micronaut.starter.cli.command.BuilderCommand
features, projectGenerator, PROMPT
Fields inherited from class io.micronaut.starter.cli.command.BaseCommand
commonOptions, spec
Fields inherited from interface io.micronaut.starter.io.ConsoleOutput
NOOP
-
Constructor Summary
ConstructorDescriptionCreateBuilderCommand
(ProjectGenerator projectGenerator, List<Feature> features) -
Method Summary
Modifier and TypeMethodDescriptioncreateGenerateOptions
(org.jline.reader.LineReader reader) protected ApplicationType
getApplicationType
(org.jline.reader.LineReader reader) Methods inherited from class io.micronaut.starter.cli.command.BuilderCommand
call, getBuildTool, getEnumOption, getEnumOption, getFeatureOption, getFeatures, getJdkVersion, getJdkVersionCandidates, getLanguage, getListOption, getOption, getOptions, getProject, getTestFramework, getYesOrNo
Methods inherited from class io.micronaut.starter.cli.command.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:
createGenerateOptions
in classBuilderCommand
-
getApplicationType
protected ApplicationType getApplicationType(org.jline.reader.LineReader reader) throws org.jline.reader.UserInterruptException, org.jline.reader.EndOfFileException - Throws:
org.jline.reader.UserInterruptException
org.jline.reader.EndOfFileException
-