org.jadira.dependencynavigator.controller
Class ArtifactResolver
java.lang.Object
org.jadira.dependencynavigator.controller.ArtifactResolver
public class ArtifactResolver
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROLE
public static final String ROLE
- See Also:
- Constant Field Values
ArtifactResolver
public ArtifactResolver()
resolveArtifact
public Artifact resolveArtifact(PomFile dependencyHeirarchyParent,
org.apache.maven.model.Dependency dependency,
IProgressMeter progress,
Stack<LeafDependency> path)
throws DependencyResolutionException
- Parameters:
dependencyHeirarchyParent
- - the pom file containing the dependencyprogress
- path
- dependency
- - the dependency requiring resolution
- Returns:
- the artifact indicated by this dependency information or null if the artifact has been excluded by the
scope filters or exclusions
- Throws:
DependencyResolutionException
- if smth is out of order
addPomToDuplicatesList
public void addPomToDuplicatesList(PomFile pomFile)
Copyright © 2010 Jadira Systems. All Rights Reserved.