Class URISchemeFactory

  • All Implemented Interfaces:
    URIFactory

    public class URISchemeFactory
    extends Object
    implements URIFactory
    The URISchemaFactory will proxy to other URIFactorys based on the scheme being used.
    • Constructor Detail

    • Method Detail

      • create

        public URI create​(String uri)
        Specified by:
        create in interface URIFactory
        Parameters:
        uri - String
        Returns:
        URI
      • create

        public URI create​(URI baseURI,
                          String segment)
        Specified by:
        create in interface URIFactory
        Parameters:
        baseURI - base URI
        segment - URI segment
        Returns:
        URI