Class ValidatorCatalog


  • public final class ValidatorCatalog
    extends java.lang.Object
    Lists Validators to register.
    Since:
    2.3.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void add​(ValidatorDefinition validatorDefinition)
      Registers the specified Validator.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • add

        public static final void add​(ValidatorDefinition validatorDefinition)
                              throws com.orchestranetworks.service.OperationException
        Registers the specified Validator.
        Parameters:
        validatorDefinition - the Validator definition.
        Throws:
        com.orchestranetworks.service.OperationException - if the label of this Validator is null or already exists in the catalog.