org.apache.maven.report.projectinfo
private class DependenciesReport.ReportResolutionListener extends Object implements ResolutionListener
| Method Summary | |
|---|---|
| void | endProcessChildren(Artifact artifact) |
| Set | getArtifacts() |
| Map | getDepMap() |
| Map | getDepTree() |
| Map | getDirectDependencies() |
| Map | getOmittedArtifacts() |
| Map | getTransitiveDependencies() |
| void | includeArtifact(Artifact artifact) |
| void | manageArtifact(Artifact artifact, Artifact replacement) |
| void | omitForCycle(Artifact artifact) |
| 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) |