public class Command extends Object
CommandBuilder.command(java.lang.String)
or from a
Java class using io.vertx.reactivex.ext.shell.command.Command#create
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Command> |
__TYPE_ARG |
Constructor and Description |
---|
Command(Command delegate) |
Command(Object delegate) |
Modifier and Type | Method and Description |
---|---|
CLI |
cli() |
void |
complete(Completion completion)
Perform command completion, when the command is done completing it should call
or )} method to signal completion is done.
|
Process |
createProcess()
Create a new process with empty arguments.
|
Process |
createProcess(List<CliToken> args)
Create a new process with the passed arguments.
|
boolean |
equals(Object o) |
Command |
getDelegate() |
int |
hashCode() |
String |
name() |
static Command |
newInstance(Command arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<Command> __TYPE_ARG
public Command getDelegate()
public String name()
public CLI cli()
public Process createProcess()
public Process createProcess(List<CliToken> args)
args
- the process argumentspublic void complete(Completion completion)
completion
- the completion objectCopyright © 2023 Eclipse. All rights reserved.