Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.publisher.rules
Class ValidatorsRuleDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.publisher.rules.ValidatorsRuleDescriptor
All Implemented Interfaces:
Serializable

public class ValidatorsRuleDescriptor
extends Object
implements Serializable

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
See Also:
Serialized Form

Constructor Summary
ValidatorsRuleDescriptor()
           
 
Method Summary
 Class<ValidatorsRule> getKlass()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatorsRuleDescriptor

public ValidatorsRuleDescriptor()
Method Detail

getKlass

public Class<ValidatorsRule> getKlass()

getName

public String getName()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.