Package | Description |
---|---|
org.jboss.as.cli | |
org.jboss.as.cli.handlers | |
org.jboss.as.cli.handlers.jca | |
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) |
Modifier and Type | Class and Description |
---|---|
class |
BaseDataSourceModifyHandler.ValueCompleter |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCompleter |
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 |
HeadersCompleter |
class |
RolloutPlanCompleter |
Modifier and Type | Method and Description |
---|---|
CommandLineCompleter |
RolloutPlanRequestHeader.getCompleter() |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.