Class CreateProtoServiceCommand
java.lang.Object
io.micronaut.starter.cli.command.BaseCommand
io.micronaut.starter.cli.command.CodeGenCommand
io.micronaut.starter.cli.feature.grpc.CreateProtoServiceCommand
- All Implemented Interfaces:
ConsoleOutput
,Callable<Integer>
-
Field Summary
Fields inherited from class io.micronaut.starter.cli.command.CodeGenCommand
beanContext, config, consoleOutput, outputHandlerSupplier, overwrite
Fields inherited from class io.micronaut.starter.cli.command.BaseCommand
commonOptions, spec
Fields inherited from interface io.micronaut.starter.io.ConsoleOutput
NOOP
-
Constructor Summary
ConstructorDescriptionCreateProtoServiceCommand
(CodeGenConfig config, io.micronaut.core.util.functional.ThrowingSupplier<OutputHandler, IOException> outputHandlerSupplier, ConsoleOutput consoleOutput) -
Method Summary
Modifier and TypeMethodDescriptionboolean
applies()
call()
void
setServiceName
(String serviceName) The service nameMethods inherited from class io.micronaut.starter.cli.command.CodeGenCommand
err, getCommand, getProject, getTemplateRenderer, getTemplateRenderer, out, setBeanContext, warning
Methods inherited from class io.micronaut.starter.cli.command.BaseCommand
errWriter, getOperatingSystem, getSpec, green, outWriter, red, showStacktrace, verbose
-
Field Details
-
serviceName
-
-
Constructor Details
-
CreateProtoServiceCommand
-
CreateProtoServiceCommand
public CreateProtoServiceCommand(CodeGenConfig config, io.micronaut.core.util.functional.ThrowingSupplier<OutputHandler, IOException> outputHandlerSupplier, ConsoleOutput consoleOutput)
-
-
Method Details
-
setServiceName
The service name- Parameters:
serviceName
- Sets the service name to generate
-
applies
public boolean applies()- Specified by:
applies
in classCodeGenCommand
-
call
- Throws:
Exception
-