public class DefaultOperationCandidatesProvider extends Object implements OperationCandidatesProvider
Constructor and Description |
---|
DefaultOperationCandidatesProvider() |
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) |
List<CommandArgument> |
getProperties(CommandContext ctx,
String operationName,
OperationRequestAddress address) |
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 List<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.