public class CommandCandidatesProvider extends Object implements OperationCandidatesProvider
| Constructor and Description |
|---|
CommandCandidatesProvider(CommandRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,OperationRequestHeader> |
getHeaders(CommandContext ctx) |
List<String> |
getNodeNames(CommandContext ctx,
OperationRequestAddress prefix) |
List<String> |
getNodeTypes(CommandContext ctx,
OperationRequestAddress prefix) |
List<String> |
getOperationNames(CommandContext ctx,
OperationRequestAddress prefix) |
Collection<CommandArgument> |
getProperties(CommandContext ctx,
String operationName,
OperationRequestAddress address) |
public CommandCandidatesProvider(CommandRegistry registry)
public List<String> getNodeNames(CommandContext ctx, OperationRequestAddress prefix)
getNodeNames in interface OperationCandidatesProviderpublic List<String> getNodeTypes(CommandContext ctx, OperationRequestAddress prefix)
getNodeTypes in interface OperationCandidatesProviderpublic List<String> getOperationNames(CommandContext ctx, OperationRequestAddress prefix)
getOperationNames in interface OperationCandidatesProviderpublic Collection<CommandArgument> getProperties(CommandContext ctx, String operationName, OperationRequestAddress address)
getProperties in interface OperationCandidatesProviderpublic Map<String,OperationRequestHeader> getHeaders(CommandContext ctx)
getHeaders in interface OperationCandidatesProviderCopyright © 2014 JBoss by Red Hat. All rights reserved.