Class VerticleDeploy
java.lang.Object
io.vertx.ext.shell.command.AnnotatedCommand
io.vertx.ext.shell.command.base.VerticleDeploy
- Author:
- Julien Viet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DeploymentOptionsvoidprocess(CommandProcess process) Process the command, when the command is done processing it should call theCommandProcess.end()method.voidvoidsetOptions(String options) Methods inherited from class AnnotatedCommand
cli, complete, name
-
Constructor Details
-
VerticleDeploy
public VerticleDeploy()
-
-
Method Details
-
setName
-
setOptions
-
getDeploymentOptions
-
process
Description copied from class:AnnotatedCommandProcess the command, when the command is done processing it should call theCommandProcess.end()method.- Specified by:
processin classAnnotatedCommand- Parameters:
process- the command process
-