Interface DownloadedArtifact

All Superinterfaces:
Artifact
All Known Subinterfaces:
DownloadedDependency
All Known Implementing Classes:
DefaultDownloadedArtifact

@Experimental @Immutable public interface DownloadedArtifact extends Artifact
An Artifact that has been resolved, i.e. downloaded to the local repository.
Since:
4.0.0
  • Method Details

    • getPath

      Path getPath()
      Returns the a path to the file that has been downloaded to the file system..
      Returns:
      the a path to the file that has been downloaded to the file system