Package io.micronaut.starter.cli.command
Class CreateFunctionCommand
java.lang.Object
io.micronaut.starter.cli.command.BaseCommand
io.micronaut.starter.cli.command.CreateCommand
io.micronaut.starter.cli.command.CreateFunctionCommand
- All Implemented Interfaces:
- ConsoleOutput,- Callable<Integer>
- 
Field SummaryFieldsFields inherited from class io.micronaut.starter.cli.command.CreateCommandapplicationType, availableFeatures, build, contextFactory, framework, inplace, javaVersion, lang, listFeatures, name, projectGenerator, testFields inherited from class io.micronaut.starter.cli.command.BaseCommandcommonOptions, specFields inherited from interface io.micronaut.starter.io.ConsoleOutputNOOP
- 
Constructor SummaryConstructorsConstructorDescriptionCreateFunctionCommand(FunctionAvailableFeatures availableFeatures, ContextFactory contextFactory, ProjectGenerator projectGenerator) 
- 
Method SummaryMethods inherited from class io.micronaut.starter.cli.command.CreateCommandcall, generate, generate, getAdditionalOptions, getJdkVersionMethods inherited from class io.micronaut.starter.cli.command.BaseCommanderr, errWriter, getOperatingSystem, getSpec, green, out, outWriter, red, showStacktrace, verbose, warning
- 
Field Details- 
NAME- See Also:
 
- 
features
 
- 
- 
Constructor Details- 
CreateFunctionCommandpublic CreateFunctionCommand(FunctionAvailableFeatures availableFeatures, ContextFactory contextFactory, ProjectGenerator projectGenerator) 
 
- 
- 
Method Details- 
getSelectedFeatures- Specified by:
- getSelectedFeaturesin class- CreateCommand
- Returns:
- The selected features.
 
 
-