- cli() - Method in Command
-
@return
- Returns:
- the command line interface, can be null
- CliToken - Class in io.vertx.groovy.ext.shell.cli
A parsed token in the command line interface.
- CliToken(Object) - Constructor in CliToken
-
- Command - Class in io.vertx.groovy.ext.shell.command
- Command(Object) - Constructor in Command
-
- command(CLI) - Method in CommandBuilder
-
Create a new commmand with its io.vertx.groovy.core.cli.CLI descriptor.
- command() - Method in CommandRegistration
-
- Returns:
- the registered command.
- CommandBuilder - Class in io.vertx.groovy.ext.shell.command
A build for Vert.x Shell command.
- CommandBuilder(Object) - Constructor in CommandBuilder
-
- commandLine() - Method in CommandProcess
-
@return
- Returns:
- the command line object or null
- CommandProcess - Class in io.vertx.groovy.ext.shell.command
The command process provides interaction with the process of the command provided by Vert.x Shell.
- CommandProcess(Object) - Constructor in CommandProcess
-
- CommandRegistration - Class in io.vertx.groovy.ext.shell.registry
- CommandRegistration(Object) - Constructor in CommandRegistration
-
- CommandRegistry - Class in io.vertx.groovy.ext.shell.registry
A registry that contains the commands known by a shell.
- CommandRegistry(Object) - Constructor in CommandRegistry
-
- complete(Completion) - Method in Command
-
Perform command completion, when the command is done completing it should call
or )} method to signal completion is done.
- complete(Completion) - Method in CommandRegistration
-
Complete the command for the given completion.
- complete(Completion) - Method in CommandRegistry
-
Perform completion, the completion argument will be notified of the completion progress.
- complete(String, boolean) - Method in Completion
-
End the completion with a value that will be inserted to complete the line.
- Completion - Class in io.vertx.groovy.ext.shell.cli
The completion object
- Completion(Object) - Constructor in Completion
-
- completionHandler(Handler<Completion>) - Method in CommandBuilder
-
Set the command completion handler, the completion handler when the user asks for contextual command line
completion, usually hitting the tab key.
- create(Vertx, Map<String, Object>) - Method in ShellService
-
- createBlank(String) - Method in CliToken
-
Create a new blank token.
- createProcess(List<CliToken>) - Method in CommandRegistration
-
Create a new process with the passed arguments.
- createProcess(List<CliToken>, Handler<AsyncResult<Process>>) - Method in CommandRegistry
-
Try to create a process from the command line tokens.
- createText(String) - Method in CliToken
-
Create a text token.