public static interface ModelTestModelDescriptionValidator.AttributeOrParameterArbitraryDescriptorValidator
Modifier and Type | Method and Description |
---|---|
String |
validate(org.jboss.dmr.ModelType currentType,
org.jboss.dmr.ModelNode currentNode,
String descriptor)
Validate an attribute or parameter descriptor
|
String validate(org.jboss.dmr.ModelType currentType, org.jboss.dmr.ModelNode currentNode, String descriptor)
currentType
- the type of the parameter/attributecurrentNode
- the current attribute or parameterdescriptor
- the current descriptor being validatednull
if it passed validation, or an error message describing the problemCopyright © 2023 JBoss by Red Hat. All rights reserved.