public abstract class AbstractParameterValidator extends Object implements ParameterValidator
| Constructor and Description |
|---|
AbstractParameterValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validateResolvedParameter(String parameterName,
org.jboss.dmr.ModelNode value)
Validate the parameter with the given name, after first
resolving the given value. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidateParameterpublic void validateResolvedParameter(String parameterName, org.jboss.dmr.ModelNode value) throws OperationFailedException
ParameterValidatorresolving the given value.validateResolvedParameter in interface ParameterValidatorparameterName - the name of the parameter. Cannot be nullvalue - the parameter value. Cannot be nullOperationFailedException - if the value is not validCopyright © 2015 JBoss by Red Hat. All rights reserved.