| Package | Description |
|---|---|
| org.crsh.cli.completers | |
| org.crsh.cli.descriptor | |
| org.crsh.cli.spi |
| Modifier and Type | Method and Description |
|---|---|
Completion |
ObjectNameCompleter.complete(ParameterDescriptor parameter,
String prefix) |
Completion |
EmptyCompleter.complete(ParameterDescriptor parameter,
String prefix)
Returns the value returned by
Collections.emptyList(). |
Completion |
AbstractPathCompleter.complete(ParameterDescriptor parameter,
String prefix) |
Completion |
ThreadCompleter.complete(ParameterDescriptor parameter,
String prefix) |
Completion |
SystemPropertyNameCompleter.complete(ParameterDescriptor parameter,
String prefix) |
Completion |
EnumCompleter.complete(ParameterDescriptor parameter,
String prefix) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArgumentDescriptor |
class |
OptionDescriptor |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDescriptor> |
CommandDescriptor.getParameters()
Returns the command parameters, the returned collection contains the command options and
the command arguments.
|
| Modifier and Type | Method and Description |
|---|---|
Completion |
Completer.complete(ParameterDescriptor parameter,
String prefix)
Query the completer for a set of completions for the given prefix.
|
Copyright © 2015 eXo Platform SAS. All Rights Reserved.