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
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
ConstructorsConstructorDescriptionCreateBuilderCommand
(ProjectGenerator projectGenerator, List<Feature> features) -
Method Summary
Modifier and TypeMethodDescriptioncall()
createGenerateOptions
(org.jline.reader.LineReader reader) protected ApplicationType
getApplicationType
(org.jline.reader.LineReader reader) protected Language
getLanguage
(org.jline.reader.LineReader reader) Methods inherited from class io.micronaut.starter.cli.command.BuilderCommand
getBuildTool, getEnumOption, getEnumOption, getFeatureOption, getFeatures, getJdkVersion, getListOption, getOption, getProject, getTestFramework
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
-
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.UserInterruptException
org.jline.reader.EndOfFileException
-