Class DummyValidationChain

  • All Implemented Interfaces:
    ValidationRule, org.apache.commons.chain.Chain, org.apache.commons.chain.Command

    public class DummyValidationChain
    extends AbstractValidationChain
    Implements an empty validation chain that is never applicable.
    • Constructor Detail

      • DummyValidationChain

        public DummyValidationChain()
    • Method Detail

      • isApplicable

        public boolean isApplicable​(String location)
        Description copied from interface: ValidationRule
        Tests whether a rule is applicable to a target location.
        Specified by:
        isApplicable in interface ValidationRule
        Specified by:
        isApplicable in class AbstractValidationChain
        Parameters:
        location - the target location to validate
        Returns:
        true, if the rule is applicable to the target, false otherwise