Class Echo
java.lang.Object
io.vertx.ext.shell.command.AnnotatedCommand
io.vertx.ext.shell.command.base.Echo
- Author:
- Julien Viet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncli()name()voidprocess(CommandProcess process) Process the command, when the command is done processing it should call theCommandProcess.end()method.Methods inherited from class AnnotatedCommand
complete
-
Constructor Details
-
Echo
public Echo()
-
-
Method Details
-
name
- Overrides:
namein classAnnotatedCommand- Returns:
- the command name
-
cli
- Overrides:
cliin classAnnotatedCommand- Returns:
- the command line interface, can be null
-
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
-