org.apache.maven.artifact.resolver
public class WarningResolutionListener extends Object implements ResolutionListener
Version: $Id: WarningResolutionListener.java 307309 2005-10-08 16:30:28Z brett $
| Constructor Summary | |
|---|---|
| WarningResolutionListener(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) |