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 OperationCandidatesProvider
public List<String> getNodeTypes(CommandContext ctx, OperationRequestAddress prefix)
getNodeTypes
in interface OperationCandidatesProvider
public List<String> getOperationNames(CommandContext ctx, OperationRequestAddress prefix)
getOperationNames
in interface OperationCandidatesProvider
public Collection<CommandArgument> getProperties(CommandContext ctx, String operationName, OperationRequestAddress address)
getProperties
in interface OperationCandidatesProvider
public Map<String,OperationRequestHeader> getHeaders(CommandContext ctx)
getHeaders
in interface OperationCandidatesProvider
Copyright © 2023 JBoss by Red Hat. All rights reserved.