public static class DomainRootDefinition.RolloutPlanValidator extends AbstractParameterValidator
| Constructor and Description |
|---|
RolloutPlanValidator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
validateInSeriesServerGroup(org.jboss.dmr.ModelNode serverGroup) |
void |
validateParameter(String parameterName,
org.jboss.dmr.ModelNode plan)
Validate the parameter with the given name.
|
validateResolvedParameterpublic void validateParameter(String parameterName, org.jboss.dmr.ModelNode plan) throws OperationFailedException
ParameterValidatorparameterName - the name of the parameter. Cannot be nullplan - the parameter value. Cannot be nullOperationFailedException - if the value is not validpublic static void validateInSeriesServerGroup(org.jboss.dmr.ModelNode serverGroup)
throws OperationFailedException
OperationFailedExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.