Class ValidatorCatalog

java.lang.Object
com.orchestranetworks.addon.dex.validator.ValidatorCatalog

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

    • 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.