Interface LocalArtifact

    • Method Detail

      • getFile

        java.io.File getFile()
        Gets the file (i.e. JAR) associated with this artifact.
        Returns:
        Artifact file.
      • hasObtained

        default boolean hasObtained()
        Description copied from interface: Artifact
        Finds if the Artifact instance has been obtained.
        Specified by:
        hasObtained in interface Artifact
        Returns:
        true if the artifact is obtained, false otherwise.
      • 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.