Class SubdirectoryNamingRule

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

    public class SubdirectoryNamingRule
    extends AbstractValidationRule
    Implements a rule that checks for children of a directory using illegal names. These are directories that can only occur in the root directory of a bundle.
    • Constructor Detail

      • SubdirectoryNamingRule

        public SubdirectoryNamingRule()
    • Method Detail

      • checkIllegalDirectoryNames

        @ValidationTest
        public void checkIllegalDirectoryNames()
        Checks for illegal subdirectory names.