org.apache.maven.artifact.resolver
public class DebugResolutionListener extends Object implements ResolutionListener
Version: $Id$
Constructor Summary | |
---|---|
DebugResolutionListener(Logger logger) |
Method Summary | |
---|---|
void | endProcessChildren(Artifact artifact) |
void | includeArtifact(Artifact artifact) |
void | manageArtifact(Artifact artifact, Artifact replacement) |
void | omitForCycle(Artifact omitted) |
void | omitForNearer(Artifact omitted, Artifact kept) |
void | restrictRange(Artifact artifact, Artifact replacement, VersionRange newRange) |
void | selectVersionFromRange(Artifact artifact) |
void | startProcessChildren(Artifact artifact) |
void | testArtifact(Artifact node) |
void | updateScope(Artifact artifact, String scope) |
void | updateScopeCurrentPom(Artifact artifact, String scope) |