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 actual file that has been downloaded in the file system.
      Returns:
      the actual file that has been downloaded in the file system