Interface IResourceDescriptor

    • Method Detail

      • getAbsoluteUri

        URI getAbsoluteUri()
        Returns:
        An absolute URI that identifies this resource. It is an error for this to return an URI where URI.isAbsolute() yields false.
      • getCharset

        default Charset getCharset()
        Returns:
        When this resource is a plain text resource: the charset or encoding of the text. Defaults to UTF_8.
        Since:
        8.0.0