Package | Description |
---|---|
io.vertx.reactivex.ext.shell | |
io.vertx.reactivex.ext.shell.cli | |
io.vertx.reactivex.ext.shell.command |
Modifier and Type | Method and Description |
---|---|
Job |
Shell.createJob(List<CliToken> line)
Create a job, the created job should then be executed with the
Job.run() method. |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<CliToken> |
CliToken.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static CliToken |
CliToken.createBlank(String blank)
Create a new blank token.
|
static CliToken |
CliToken.createText(String text)
Create a text token.
|
static CliToken |
CliToken.newInstance(CliToken arg) |
Modifier and Type | Method and Description |
---|---|
List<CliToken> |
Completion.lineTokens() |
static List<CliToken> |
CliToken.tokenize(String s)
Tokenize the string argument and return a list of tokens.
|
Modifier and Type | Method and Description |
---|---|
List<CliToken> |
CommandProcess.argsTokens() |
Modifier and Type | Method and Description |
---|---|
Process |
Command.createProcess(List<CliToken> args)
Create a new process with the passed arguments.
|
Copyright © 2021 Eclipse. All rights reserved.