Interface RemoteArtifact

  • All Superinterfaces:
    Artifact

    public interface RemoteArtifact
    extends Artifact
    • Method Detail

      • getURL

        java.net.URL getURL()
        Gets the remote URL associated with this artifact.
        Returns:
        Artifact file.
      • getUri

        default java.net.URI getUri()
        Description copied from interface: Artifact
        Gets this artifact's root resource URI.
        Specified by:
        getUri in interface Artifact
        Returns:
        Artifact root resource URI.