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 SummaryConstructors Constructor Description VerticleDeploy()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DeploymentOptionsgetDeploymentOptions()voidprocess(CommandProcess process)Process the command, when the command is done processing it should call theCommandProcess.end()method.voidsetName(String name)voidsetOptions(String options)- 
Methods inherited from class io.vertx.ext.shell.command.AnnotatedCommandcli, complete, name
 
- 
 
- 
- 
- 
Method Detail- 
setNamepublic void setName(String name) 
 - 
setOptionspublic void setOptions(String options) 
 - 
getDeploymentOptionsprotected DeploymentOptions getDeploymentOptions() 
 - 
processpublic void process(CommandProcess process) Description copied from class:AnnotatedCommandProcess the command, when the command is done processing it should call theCommandProcess.end()method.- Specified by:
- processin class- AnnotatedCommand
- Parameters:
- process- the command process
 
 
- 
 
-