Package io.micronaut.starter.cli.command
Class CreateGrpcCommand
java.lang.Object
io.micronaut.starter.cli.command.BaseCommand
io.micronaut.starter.cli.command.CreateCommand
io.micronaut.starter.cli.command.CreateGrpcCommand
- All Implemented Interfaces:
ConsoleOutput
,Callable<Integer>
-
Field Summary
Fields inherited from class io.micronaut.starter.cli.command.CreateCommand
applicationType, availableFeatures, build, contextFactory, framework, inplace, javaVersion, lang, listFeatures, name, projectGenerator, test
Fields inherited from class io.micronaut.starter.cli.command.BaseCommand
commonOptions, spec
Fields inherited from interface io.micronaut.starter.io.ConsoleOutput
NOOP
-
Constructor Summary
ConstructorDescriptionCreateGrpcCommand
(GrpcAvailableFeatures availableFeatures, ContextFactory contextFactory, ProjectGenerator projectGenerator) -
Method Summary
Methods inherited from class io.micronaut.starter.cli.command.CreateCommand
call, generate, generate, getAdditionalOptions, getJdkVersion
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:
-
features
-
-
Constructor Details
-
CreateGrpcCommand
public CreateGrpcCommand(GrpcAvailableFeatures availableFeatures, ContextFactory contextFactory, ProjectGenerator projectGenerator)
-
-
Method Details
-
getSelectedFeatures
- Specified by:
getSelectedFeatures
in classCreateCommand
- Returns:
- The selected features.
-