Class ThreddsMetadata.UriResolved

  • Enclosing class:
    ThreddsMetadata

    @Immutable
    public static class ThreddsMetadata.UriResolved
    extends Object
    A resource reference that has been resolved to a URI.
    • Field Detail

      • href

        public final String href
      • resolved

        public final URI resolved
    • Constructor Detail

      • UriResolved

        public UriResolved​(String href,
                           URI resolved)