Package io.vertx.ext.shell.command.base
Class VerticleDeploy
- java.lang.Object
-
- io.vertx.ext.shell.command.AnnotatedCommand
-
- io.vertx.ext.shell.command.base.VerticleDeploy
-
public class VerticleDeploy extends AnnotatedCommand
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description VerticleDeploy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DeploymentOptions
getDeploymentOptions()
void
process(CommandProcess process)
Process the command, when the command is done processing it should call theCommandProcess.end()
method.void
setName(String name)
void
setOptions(String options)
-
Methods inherited from class io.vertx.ext.shell.command.AnnotatedCommand
cli, complete, name
-
-
-
-
Method Detail
-
setName
public void setName(String name)
-
setOptions
public void setOptions(String options)
-
getDeploymentOptions
protected DeploymentOptions getDeploymentOptions()
-
process
public void process(CommandProcess process)
Description copied from class:AnnotatedCommand
Process the command, when the command is done processing it should call theCommandProcess.end()
method.- Specified by:
process
in classAnnotatedCommand
- Parameters:
process
- the command process
-
-