Class ValidatorsRuleDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.platform.publisher.rules.ValidatorsRuleDescriptor
-
public class ValidatorsRuleDescriptor extends Object
Validators rule descriptor.Mostly references the underlying
ValidatorRule
implementation. It might be useful in the future to extend the members of this object to hold other information about the way we should apply this validator. (placefulness for instance).- Author:
- Julien Anguenot
-
-
Field Summary
Fields Modifier and Type Field Description protected Class<ValidatorsRule>
klass
-
Constructor Summary
Constructors Constructor Description ValidatorsRuleDescriptor()
-
-
-
Field Detail
-
klass
protected Class<ValidatorsRule> klass
-
-
Method Detail
-
getKlass
public Class<ValidatorsRule> getKlass()
-
getName
public String getName()
-
-