Class AbstractRFC3986Format

    • Constructor Detail

      • AbstractRFC3986Format

        public AbstractRFC3986Format​(String name,
                                     String errorMessageDescription)
        Constructor.
        Parameters:
        name - the format name
        errorMessageDescription - the error message description
    • Method Detail

      • validate

        protected abstract boolean validate​(URI uri)
        Determines if the uri matches the format.
        Parameters:
        uri - the uri to match
        Returns:
        true if matches