Package org.apache.maven.internal.impl
Class DefaultArtifactManager
java.lang.Object
org.apache.maven.internal.impl.DefaultArtifactManager
- All Implemented Interfaces:
- Service,- ArtifactManager
@Named
@Typed
@SessionScoped
public class DefaultArtifactManager
extends Object
implements ArtifactManager
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
DefaultArtifactManager
 
- 
- 
Method Details- 
getPathDescription copied from interface:ArtifactManagerReturns the path of the file previously associated to this artifact orOptional.empty()if no path has been associated.- Specified by:
- getPathin interface- ArtifactManager
 
- 
setPathDescription copied from interface:ArtifactManagerAssociates the given file path to the artifact.- Specified by:
- setPathin interface- ArtifactManager
 
 
-