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 Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
DefaultArtifactManager
 
 - 
 - 
Method Details
- 
getPath
Description 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 interfaceArtifactManager
 - 
setPath
Description copied from interface:ArtifactManagerAssociates the given file path to the artifact.- Specified by:
 setPathin interfaceArtifactManager
 
 -