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 SummaryMethods inherited from interface org.apache.maven.api.ArtifactgetArtifactId, getBaseVersion, getClassifier, getExtension, getGroupId, getVersion, isSnapshot, key, toCoordinates
- 
Method Details- 
getPathPath 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
 
 
-