Interface CommandParser.CharacterValidator

    • Method Detail

      • isValid

        boolean isValid​(char chr)
        Validates the supplied character.
        Parameters:
        chr - The character to validate.
        Returns:
        true if chr is valid, false if not.