Class BusTail
java.lang.Object
io.vertx.ext.shell.command.AnnotatedCommand
io.vertx.ext.shell.command.base.BusTail
- Author:
- Julien Viet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(CommandProcess process) Process the command, when the command is done processing it should call theCommandProcess.end()method.voidsetAddresses(List<String> addresses) voidsetLocal(boolean local) voidsetVerbose(boolean verbose) Methods inherited from class AnnotatedCommand
cli, complete, name
-
Constructor Details
-
BusTail
public BusTail()
-
-
Method Details
-
setAddresses
-
setVerbose
public void setVerbose(boolean verbose) -
setLocal
public void setLocal(boolean local) -
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
-