Class Command
java.lang.Object
io.vertx.mutiny.ext.shell.command.Command
- All Implemented Interfaces:
MutinyDelegate
A Vert.x Shell command, it can be created from any language using the
CommandBuilder.command(java.lang.String) or from a
Java class using io.vertx.mutiny.ext.shell.command.Command#create
NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncli()voidcomplete(Completion completion) createProcess(List<CliToken> args) booleanio.vertx.ext.shell.command.CommandinthashCode()name()static CommandnewInstance(io.vertx.ext.shell.command.Command arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Command
public Command(io.vertx.ext.shell.command.Command delegate) -
Command
-
-
Method Details
-
getDelegate
public io.vertx.ext.shell.command.Command getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
name
- Returns:
- the command name
-
cli
- Returns:
- the command line interface, can be null
-
createProcess
- Returns:
- the process
-
createProcess
- Parameters:
args- the process arguments- Returns:
- the process
-
complete
- Parameters:
completion- the completion object
-
newInstance
-