open class Command
A Vert.x Shell command, it can be created from any language using the io.vertx.reactivex.ext.shell.command.CommandBuilder#command or from a Java class using io.vertx.reactivex.ext.shell.command.Command#create NOTE: This class has been automatically generated from the io.vertx.ext.shell.command.Command non RX-ified interface using Vert.x codegen.
Command(delegate: Command) |
static val __TYPE_ARG: TypeArg<Command> |
open fun cli(): CLI |
|
open fun complete(completion: Completion): Unit
Perform command completion, when the command is done completing it should call or )} method to signal completion is done. |
|
open fun createProcess(): Process
Create a new process with empty arguments. open fun createProcess(args: MutableList<CliToken>): Process
Create a new process with the passed arguments. |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): Command |
|
open fun hashCode(): Int |
|
open fun name(): String |
|
open static fun newInstance(arg: Command): Command |
|
open fun toString(): String |