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 | Method and Description |
---|---|
OperationRequestAddress |
CommandContext.getCurrentNodePath()
Returns the current prefix.
|
Modifier and Type | Method and Description |
---|---|
static org.jboss.dmr.ModelNode |
Util.buildRequest(CommandContext ctx,
OperationRequestAddress address,
String operation) |
static List<String> |
Util.getNodeNames(ModelControllerClient client,
OperationRequestAddress address,
String type) |
static List<String> |
Util.getNodeTypes(ModelControllerClient client,
OperationRequestAddress address) |
Modifier and Type | Field and Description |
---|---|
protected OperationRequestAddress |
BaseOperationCommand.requiredAddress |
Modifier and Type | Method and Description |
---|---|
protected OperationRequestAddress |
ReadOperationHandler.getAddress(CommandContext ctx) |
protected OperationRequestAddress |
ReadAttributeHandler.getAddress(CommandContext ctx) |
protected OperationRequestAddress |
BaseOperationCommand.getRequiredAddress() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseOperationCommand.addRequiredPath(OperationRequestAddress requiredPath)
Adds a node path which is required to exist before the command can be used.
|
protected void |
PrefixHandler.assertValid(CommandContext ctx,
OperationRequestAddress addr) |
Modifier and Type | Method and Description |
---|---|
List<String> |
CommandCandidatesProvider.getNodeNames(CommandContext ctx,
OperationRequestAddress prefix) |
List<String> |
CommandCandidatesProvider.getNodeTypes(CommandContext ctx,
OperationRequestAddress prefix) |
List<String> |
CommandCandidatesProvider.getOperationNames(CommandContext ctx,
OperationRequestAddress prefix) |
Collection<CommandArgument> |
CommandCandidatesProvider.getProperties(CommandContext ctx,
String operationName,
OperationRequestAddress address) |
Modifier and Type | Method and Description |
---|---|
OperationRequestAddress |
ParsedCommandLine.getAddress() |
Modifier and Type | Method and Description |
---|---|
String |
NodePathFormatter.format(OperationRequestAddress prefix)
Creates a string representation of the Prefix instance.
|
Collection<String> |
OperationCandidatesProvider.getNodeNames(CommandContext ctx,
OperationRequestAddress prefix) |
Collection<String> |
OperationCandidatesProvider.getNodeTypes(CommandContext ctx,
OperationRequestAddress prefix) |
Collection<String> |
OperationCandidatesProvider.getOperationNames(CommandContext ctx,
OperationRequestAddress prefix) |
Collection<CommandArgument> |
OperationCandidatesProvider.getProperties(CommandContext ctx,
String operationName,
OperationRequestAddress address) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOperationRequestAddress
This implementation is not thread-safe.
|
Modifier and Type | Method and Description |
---|---|
OperationRequestAddress |
DefaultCallbackHandler.getAddress() |
OperationRequestAddress |
DefaultOperationRequestBuilder.getAddress() |
Modifier and Type | Method and Description |
---|---|
String |
DefaultPrefixFormatter.format(OperationRequestAddress prefix) |
List<String> |
DefaultOperationCandidatesProvider.getNodeNames(CommandContext ctx,
OperationRequestAddress prefix) |
List<String> |
DefaultOperationCandidatesProvider.getNodeTypes(CommandContext ctx,
OperationRequestAddress prefix) |
List<String> |
DefaultOperationCandidatesProvider.getOperationNames(CommandContext ctx,
OperationRequestAddress prefix) |
List<CommandArgument> |
DefaultOperationCandidatesProvider.getProperties(CommandContext ctx,
String operationName,
OperationRequestAddress address) |
void |
DefaultCallbackHandler.parse(OperationRequestAddress initialAddress,
String argsStr) |
void |
DefaultCallbackHandler.parse(OperationRequestAddress initialAddress,
String argsStr,
boolean validation) |
void |
DefaultCallbackHandler.parseOperation(OperationRequestAddress prefix,
String argsStr) |
Constructor and Description |
---|
ChildTypeCompleter(OperationRequestAddress address) |
DefaultCallbackHandler(OperationRequestAddress prefix) |
DefaultOperationRequestAddress(OperationRequestAddress initial)
Creates a prefix and initializes it to the value of the argument.
|
DefaultOperationRequestBuilder(OperationRequestAddress prefix) |
OperationNameCompleter(OperationRequestAddress address) |
PropertyNameCompleter(OperationRequestAddress address,
boolean onlyWritable) |
SimpleDependentValueCompleter(OperationRequestAddress address,
String idProperty) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.