Package org.apache.maven.api.services
Interface ArtifactManager
- All Superinterfaces:
 Service
- All Known Implementing Classes:
 DefaultArtifactManager
- Since:
 - 4.0
 
- 
Method Summary
 
- 
Method Details
- 
getPath
Returns the path of the file previously associated to this artifact orOptional.empty()if no path has been associated. - 
setPath
Associates the given file path to the artifact. 
 -