| Package | Description | 
|---|---|
| io.vertx.ext.shell | |
| io.vertx.ext.shell.cli | |
| io.vertx.ext.shell.command | |
| io.vertx.reactivex.ext.shell.cli | |
| io.vertx.rxjava.ext.shell.cli | 
| 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 | Method and Description | 
|---|---|
static CliToken | 
CliToken.createBlank(String blank)
Create a new blank token. 
 | 
static CliToken | 
CliToken.createText(String text)
Create a text token. 
 | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CliToken | 
CliToken.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static CliToken | 
CliToken.newInstance(CliToken arg)  | 
| Constructor and Description | 
|---|
CliToken(CliToken delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
CliToken | 
CliToken.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static CliToken | 
CliToken.newInstance(CliToken arg)  | 
| Constructor and Description | 
|---|
CliToken(CliToken delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.