This project has retired. For details please refer to its Attic page.
org.apache.maven.archiva.dependency.graph.tasks

Package org.apache.maven.archiva.dependency.graph.tasks

Package class diagram package org.apache.maven.archiva.dependency.graph.tasks
Class Summary
AbstractReduceEdgeVisitor AbstractReduceEdgeVisitor
DependencyManagementApplier Takes a stack of DependencyManagement objects and applies them to the node in question.
DependencyManagementStack DependencyManagementStack
FlagCyclicEdgesTask FlagCyclicEdgesTask
FlagCyclicEdgesVisitor FlagCyclicEdgesVisitor
FlagExcludedEdgesTask FlagExcludedEdgesTask
FlagExcludedEdgesVisitor FlagExcludedEdgesVisitor
GraphCopier GraphCopier
PopulateDependencyManagementTask PopulateDependencyManagementTask
PopulateGraphMasterTask PopulateGraphMasterTask - will perform a resolve / depman apply loop until the graph is fully populated.
ReduceEnabledEdgesTask ReduceEnabledEdgesTask
ReduceEnabledEdgesVisitor Removes all disabled edges from the graph.
ReduceScopeTask ReduceScopeTask
ReduceScopeVisitor ReduceScopeVisitor
ReduceTransitiveEdgesTask ReduceTransitiveEdgesTask
ReduceTransitiveEdgesVisitor Perform a transitive reduction of the graph.
RefineConflictsTask RefineConflictsTask
RefineConflictsVisitor RefineConflictsVisitor
ResolveGraphTask Loop through the unresolved nodes and resolve them, until there are no more unresolved nodes.
UpdateScopesTask Update the scopes of the edges to what their parent node says.
UpdateScopesVisitor UpdateScopesVisitor