Package org.apache.maven.api
Interface DownloadedArtifact
- All Superinterfaces:
Artifact
- All Known Subinterfaces:
DownloadedDependency
- All Known Implementing Classes:
DefaultDownloadedArtifact
An
Artifact that has been resolved, i.e. downloaded to the local repository.- Since:
- 4.0.0
-
Method Summary
Methods inherited from interface org.apache.maven.api.Artifact
getArtifactId, getBaseVersion, getClassifier, getExtension, getGroupId, getVersion, isSnapshot, key, toCoordinates
-
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
-