Interface URNFactory


  • public interface URNFactory
    • Method Detail

      • create

        URI create​(String urn)
        Parameters:
        urn - Some urn string.
        Returns:
        The converted URI.
        Throws:
        IllegalArgumentException - if there was a problem creating the URI with the given data.