Package | Description |
---|---|
org.jboss.as.cli | |
org.jboss.as.cli.accesscontrol | |
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) |
static List<String> |
Util.getOperationNames(CommandContext ctx,
OperationRequestAddress prefix) |
Modifier and Type | Field and Description |
---|---|
protected OperationRequestAddress |
AddressAccessRequirement.address |
Modifier and Type | Method and Description |
---|---|
protected OperationRequestAddress |
AddressAccessRequirement.getAddress() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.dmr.ModelNode |
CLIAccessControl.getAccessControl(ModelControllerClient client,
OperationRequestAddress address,
boolean operations)
Executed read-resource-description and returns access-control info.
|
static org.jboss.dmr.ModelNode |
CLIAccessControl.getAccessControl(ModelControllerClient client,
String[] parent,
OperationRequestAddress address,
boolean operations) |
static boolean |
CLIAccessControl.isExecute(ModelControllerClient client,
OperationRequestAddress address,
String operation) |
static boolean |
CLIAccessControl.isExecute(ModelControllerClient client,
String[] parent,
OperationRequestAddress address,
String operation) |
AccessRequirementBuilder.RequirementSetBuilder |
AccessRequirementBuilder.RequirementSetBuilder.operation(OperationRequestAddress address,
String operation) |
AccessRequirementBuilder.RequirementSetBuilder |
AccessRequirementBuilder.RequirementSetBuilder.profileOperation(OperationRequestAddress address,
String operation) |
AccessRequirementBuilder.RequirementSetBuilder |
AccessRequirementBuilder.RequirementSetBuilder.serverGroupOperation(OperationRequestAddress address,
String operation) |
Modifier and Type | Field and Description |
---|---|
protected OperationRequestAddress |
BaseOperationCommand.requiredAddress |
Modifier and Type | Method and Description |
---|---|
protected OperationRequestAddress |
ReadAttributeHandler.getAddress(CommandContext ctx) |
protected OperationRequestAddress |
ReadOperationHandler.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) |
Constructor and Description |
---|
AttributeNamePathCompleter(OperationRequestAddress address) |
AttributeNamePathCompleter(OperationRequestAddress address,
boolean writeOnly) |
Modifier and Type | Method and Description |
---|---|
OperationRequestAddress |
ParsedCommandLine.getAddress() |
Modifier and Type | Method and Description |
---|---|
void |
OperationRequestAddress.appendPath(OperationRequestAddress path)
Appends the path to the current address.
|
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 |
---|---|
void |
DefaultOperationRequestAddress.appendPath(OperationRequestAddress path) |
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)
Deprecated.
|
void |
DefaultCallbackHandler.parse(OperationRequestAddress initialAddress,
String argsStr,
boolean validation)
Deprecated.
|
void |
DefaultCallbackHandler.parse(OperationRequestAddress initialAddress,
String argsStr,
boolean validation,
CommandContext ctx) |
void |
DefaultCallbackHandler.parse(OperationRequestAddress initialAddress,
String argsStr,
CommandContext ctx) |
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) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.