Class BackslashPathSeparatorConstraint

    • Constructor Detail

      • BackslashPathSeparatorConstraint

        public BackslashPathSeparatorConstraint()
    • Method Detail

      • apply

        public void apply​(char c,
                          String path)
        Validates that the characters in a filename meet a defined constraint
        Specified by:
        apply in interface PathCharConstraint
        Parameters:
        c - the character to validate
        path - the path the character is part of. This is supplied for context and is not validated