Package | Description |
---|---|
org.jboss.as.cli | |
org.jboss.as.cli.handlers | |
org.jboss.as.cli.impl | |
org.jboss.as.cli.operation | |
org.jboss.as.cli.operation.impl |
Modifier and Type | Class and Description |
---|---|
class |
CommandCompleter
Tab-completer for commands starting with '/'.
|
Modifier and Type | Method and Description |
---|---|
CommandLineCompleter |
CommandContext.getDefaultCommandCompleter()
Returns the default command line completer.
|
CommandLineCompleter |
CommandArgument.getValueCompleter()
Returns the tab-completer for the value.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFilenameTabCompleter |
class |
FilenameTabCompleter |
class |
SimpleTabCompleter |
class |
WindowsFilenameTabCompleter |
Modifier and Type | Method and Description |
---|---|
void |
GenericTypeOperationHandler.addValueCompleter(String propertyName,
CommandLineCompleter completer) |
void |
ResourceCompositeOperationHandler.addValueCompleter(String propertyName,
CommandLineCompleter completer) |
Modifier and Type | Class and Description |
---|---|
class |
AttributeNamePathCompleter |
class |
CommaSeparatedCompleter |
class |
DefaultCompleter |
class |
ValueTypeCompleter |
Modifier and Type | Method and Description |
---|---|
CommandLineCompleter |
ArgumentWithoutValue.getValueCompleter() |
CommandLineCompleter |
ArgumentWithValue.getValueCompleter() |
Modifier and Type | Method and Description |
---|---|
void |
Console.addCompleter(CommandLineCompleter completer) |
Modifier and Type | Class and Description |
---|---|
class |
OperationRequestCompleter |
Modifier and Type | Field and Description |
---|---|
static CommandLineCompleter |
OperationRequestCompleter.ARG_VALUE_COMPLETER |
Modifier and Type | Method and Description |
---|---|
CommandLineCompleter |
OperationRequestHeader.getCompleter() |
protected CommandLineCompleter |
OperationRequestCompleter.getValueCompleter(CommandContext ctx,
Iterable<CommandArgument> allArgs,
int index) |
protected CommandLineCompleter |
OperationRequestCompleter.getValueCompleter(CommandContext ctx,
Iterable<CommandArgument> allArgs,
String argName) |
Modifier and Type | Class and Description |
---|---|
class |
AttributeTypeDescrValueCompleter
This completer completes values of a parameter based on its description.
|
class |
ChildTypeCompleter |
class |
HeadersCompleter |
class |
OperationNameCompleter |
class |
RolloutPlanCompleter |
Modifier and Type | Method and Description |
---|---|
CommandLineCompleter |
RolloutPlanRequestHeader.getCompleter() |
Copyright © 2023 JBoss by Red Hat. All rights reserved.