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
FieldsFields inherited from class io.micronaut.starter.cli.command.BuilderCommand
PROMPTFields inherited from class io.micronaut.starter.cli.command.BaseCommand
commonOptions, specFields inherited from interface io.micronaut.starter.io.ConsoleOutput
NOOP -
Constructor Summary
ConstructorsConstructorDescriptionCreateBuilderCommand(ProjectGenerator projectGenerator, List<Feature> features) -
Method Summary
Modifier and TypeMethodDescriptioncall()createGenerateOptions(org.jline.reader.LineReader reader) protected ApplicationTypegetApplicationType(org.jline.reader.LineReader reader) protected LanguagegetLanguage(org.jline.reader.LineReader reader) Methods inherited from class io.micronaut.starter.cli.command.BuilderCommand
getBuildTool, getEnumOption, getEnumOption, getFeatureOption, getFeatures, getJdkVersion, getListOption, getOption, getProject, getTestFrameworkMethods 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
-
call
- Throws:
Exception
-
createGenerateOptions
-
getLanguage
-
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
-