| 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 |
ReadOperationHandler.getAddress(CommandContext ctx) |
protected OperationRequestAddress |
ReadAttributeHandler.getAddress(CommandContext ctx,
boolean completion) |
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 |
|---|---|
OperationRequestAddress |
CommandContextImpl.getCurrentNodePath() |
OperationRequestAddress |
CommandExecutor.TimeoutCommandContext.getCurrentNodePath() |
| 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) |
CapabilityReferenceCompleter |
ValueTypeCompleter.CapabilityCompleterFactory.newCompleter(OperationRequestAddress address,
String staticPart) |
| Constructor and Description |
|---|
AttributeNamePathCompleter(OperationRequestAddress address) |
AttributeNamePathCompleter(OperationRequestAddress address,
AttributeNamePathCompleter.AttributeFilter filter) |
AttributeNamePathCompleter(OperationRequestAddress address,
boolean writeOnly) |
AttributeNamePathCompleter(OperationRequestAddress address,
boolean writeOnly,
AttributeNamePathCompleter.AttributeFilter filter) |
DeploymentItemCompleter(OperationRequestAddress address) |
ValueTypeCompleter(org.jboss.dmr.ModelNode propDescr,
OperationRequestAddress address) |
ValueTypeCompleter(org.jboss.dmr.ModelNode propDescr,
OperationRequestAddress address,
ValueTypeCompleter.CapabilityCompleterFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
static String |
HelpSupport.printHelp(CommandContext ctx,
org.jboss.dmr.ModelNode mn,
OperationRequestAddress address) |
| Modifier and Type | Method and Description |
|---|---|
OperationRequestAddress |
AbstractControlledCommand.getRequiredAddress() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractControlledCommand.addRequiredPath(OperationRequestAddress requiredPath)
Adds a node path which is required to exist before the command can be
used.
|
protected boolean |
ControlledCommandActivator.isAddressValid(CommandContext ctx,
OperationRequestAddress requiredAddress) |
| 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 |
DefaultOperationRequestBuilder.getAddress() |
OperationRequestAddress |
DefaultCallbackHandler.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOperationRequestAddress.appendPath(OperationRequestAddress path) |
String |
DefaultPrefixFormatter.format(OperationRequestAddress prefix) |
static List<String> |
CapabilityReferenceCompleter.getCapabilityNames(CommandContext ctx,
OperationRequestAddress address,
String staticPart) |
List<String> |
CapabilityReferenceCompleter.getCapabilityReferenceNames(CommandContext ctx,
OperationRequestAddress address,
String staticPart) |
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) |
protected List<CommandArgument> |
DefaultOperationCandidatesProvider.getPropertiesFromPropList(List<org.jboss.dmr.Property> propList,
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.parse(OperationRequestAddress initialAddress,
String argsStr,
CommandContext ctx,
boolean disableResolutionException) |
void |
DefaultCallbackHandler.parseOperation(OperationRequestAddress prefix,
String argsStr)
Deprecated.
|
void |
DefaultCallbackHandler.parseOperation(OperationRequestAddress prefix,
String argsStr,
CommandContext ctx) |
| Constructor and Description |
|---|
CapabilityReferenceCompleter(OperationRequestAddress address,
String staticPart) |
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 © 2018 JBoss by Red Hat. All rights reserved.