public class PathAddressValidator extends Object implements ParameterValidator
PathAddress.| Modifier and Type | Field and Description |
|---|---|
static PathAddressValidator |
INSTANCE |
| Constructor and Description |
|---|
PathAddressValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validateParameter(String parameterName,
org.jboss.dmr.ModelNode value)
Validate the parameter with the given name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidateResolvedParameterpublic static final PathAddressValidator INSTANCE
public void validateParameter(String parameterName, org.jboss.dmr.ModelNode value) throws OperationFailedException
ParameterValidatorvalidateParameter in interface ParameterValidatorparameterName - the name of the parameter. Cannot be nullvalue - the parameter value. Cannot be nullOperationFailedException - if the value is not validCopyright © 2022 JBoss by Red Hat. All rights reserved.