Class WrappedResourceDescriptor

    • Constructor Detail

      • WrappedResourceDescriptor

        public WrappedResourceDescriptor​(URI uri,
                                         IResourceDescriptor content)
        Creates a wrapped descriptor that reads from another resource descriptor, but allows you to change the URI to a different URI.
        Parameters:
        uri - New URI to use.
        content - Descriptor to which to delegate for reading the resource content.