protected void |
ValidatingCallbackHandler.assertValidNodeName(String nodeName) |
protected void |
ValidatingCallbackHandler.assertValidParameterName(String name) |
protected void |
ValidatingCallbackHandler.assertValidType(String nodeType) |
org.jboss.dmr.ModelNode |
DefaultOperationRequestBuilder.buildRequest()
Makes sure that the operation name and the address have been set and returns a ModelNode
representing the operation request.
|
void |
ValidatingCallbackHandler.nodeName(int index,
String nodeName) |
void |
DefaultCallbackHandler.nodeName(int index,
String nodeName) |
void |
ValidatingCallbackHandler.nodeType(int index,
String nodeType) |
void |
DefaultCallbackHandler.nodeType(int index,
String nodeType) |
void |
DefaultCallbackHandler.nodeTypeOrName(int index,
String typeOrName) |
void |
ValidatingCallbackHandler.operationName(int index,
String operationName) |
void |
DefaultCallbackHandler.operationName(int index,
String operationName) |
void |
DefaultOperationRequestParser.parse(String operationRequest,
CommandLineParser.CallbackHandler handler) |
void |
ValidatingCallbackHandler.property(String name,
String value,
int nameValueSeparatorIndex) |
void |
DefaultCallbackHandler.property(String name,
String value,
int nameValueSeparatorIndex) |
void |
ValidatingCallbackHandler.propertyName(int index,
String propertyName) |
void |
DefaultCallbackHandler.propertyName(int index,
String propertyName) |
void |
DefaultCallbackHandler.rootNode(int index) |
protected abstract void |
ValidatingCallbackHandler.validatedNodeName(int index,
String nodeName) |
void |
DefaultCallbackHandler.validatedNodeName(int index,
String nodeName) |
protected abstract void |
ValidatingCallbackHandler.validatedNodeType(int index,
String nodeType) |
void |
DefaultCallbackHandler.validatedNodeType(int index,
String nodeType) |
protected abstract void |
ValidatingCallbackHandler.validatedOperationName(int index,
String operationName) |
void |
DefaultCallbackHandler.validatedOperationName(int index,
String operationName) |
protected abstract void |
ValidatingCallbackHandler.validatedProperty(String name,
String value,
int nameValueSeparatorIndex) |
protected void |
DefaultCallbackHandler.validatedProperty(String name,
String value,
int nameValueSeparatorIndex) |
protected abstract void |
ValidatingCallbackHandler.validatedPropertyName(int index,
String propertyName) |
protected void |
DefaultCallbackHandler.validatedPropertyName(int index,
String propertyName) |