Class AbstractValidationChain

    • Constructor Detail

      • AbstractValidationChain

        public AbstractValidationChain()
    • Method Detail

      • isApplicable

        public abstract 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
        Parameters:
        location - the target location to validate
        Returns:
        true, if the rule is applicable to the target, false otherwise
      • setCaption

        public void setCaption​(String caption)
        Sets the caption for this chain.
        Parameters:
        caption - the new caption string