|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DependencyGraph in org.apache.maven.archiva.dependency |
|---|
| Methods in org.apache.maven.archiva.dependency that return DependencyGraph | |
|---|---|
DependencyGraph |
DependencyGraphFactory.getGraph(org.apache.maven.archiva.model.VersionedReference versionedProjectReference)
Get the Graph for a specific Versioned Project Reference. |
| Uses of DependencyGraph in org.apache.maven.archiva.dependency.graph |
|---|
| Methods in org.apache.maven.archiva.dependency.graph that return DependencyGraph | |
|---|---|
DependencyGraph |
DependencyGraphBuilder.createGraph(org.apache.maven.archiva.model.VersionedReference versionedProjectReference)
Create a new graph, with the root of the graph for the node specified. |
DependencyGraph |
GraphPhaseEvent.getGraph()
|
DependencyGraph |
DependencyResolutionEvent.getGraph()
|
| Methods in org.apache.maven.archiva.dependency.graph with parameters of type DependencyGraph | |
|---|---|
static void |
DependencyGraphUtils.addNodeFromModel(org.apache.maven.archiva.model.ArchivaProjectModel model,
DependencyGraph graph,
DependencyGraphNode fromNode)
Standard way to add a model to the graph. |
static void |
DependencyGraphUtils.cleanupOrphanedNodes(DependencyGraph graph)
Clean out any nodes that may have become orphaned in the graph. |
static void |
DependencyGraphUtils.collapseNodes(DependencyGraph graph,
DependencyGraphNode nodeFROM,
DependencyGraphNode nodeTO)
Functionaly similar to #collapseVersions(DependencyGraph, ArtifactReference, String, String), but
in a new, easier to use, format. |
void |
GraphTask.executeTask(DependencyGraph graph)
Execute the Graph Task. |
void |
GraphListener.graphError(GraphTaskException e,
DependencyGraph currentGraph)
|
void |
DependencyGraphBuilder.resolveNode(DependencyGraph graph,
DependencyGraphNode node,
org.apache.maven.archiva.model.VersionedReference versionedProjectReference)
Given a node and a versioned project rexpandeference, resolve the details of the node, creating any dependencies and edges as needed. |
| Constructors in org.apache.maven.archiva.dependency.graph with parameters of type DependencyGraph | |
|---|---|
DependencyResolutionEvent(int type,
DependencyGraph graph)
|
|
GraphPhaseEvent(int type,
GraphTask task,
DependencyGraph graph)
|
|
| Uses of DependencyGraph in org.apache.maven.archiva.dependency.graph.functors |
|---|
| Constructors in org.apache.maven.archiva.dependency.graph.functors with parameters of type DependencyGraph | |
|---|---|
OrphanedNodePredicate(DependencyGraph graph)
|
|
| Uses of DependencyGraph in org.apache.maven.archiva.dependency.graph.tasks |
|---|
| Fields in org.apache.maven.archiva.dependency.graph.tasks declared as DependencyGraph | |
|---|---|
protected DependencyGraph |
GraphCopier.copiedGraph
|
| Methods in org.apache.maven.archiva.dependency.graph.tasks that return DependencyGraph | |
|---|---|
DependencyGraph |
GraphCopier.getGraph()
|
| Methods in org.apache.maven.archiva.dependency.graph.tasks with parameters of type DependencyGraph | |
|---|---|
void |
UpdateScopesVisitor.discoverGraph(DependencyGraph graph)
|
void |
RefineConflictsVisitor.discoverGraph(DependencyGraph graph)
|
void |
ReduceTransitiveEdgesVisitor.discoverGraph(DependencyGraph graph)
|
void |
DependencyManagementApplier.discoverGraph(DependencyGraph graph)
|
void |
UpdateScopesTask.executeTask(DependencyGraph graph)
|
void |
ResolveGraphTask.executeTask(DependencyGraph graph)
|
void |
RefineConflictsTask.executeTask(DependencyGraph graph)
|
void |
ReduceTransitiveEdgesTask.executeTask(DependencyGraph graph)
|
void |
ReduceScopeTask.executeTask(DependencyGraph graph)
|
void |
ReduceEnabledEdgesTask.executeTask(DependencyGraph graph)
|
void |
PopulateGraphMasterTask.executeTask(DependencyGraph graph)
|
void |
PopulateDependencyManagementTask.executeTask(DependencyGraph graph)
|
void |
FlagExcludedEdgesTask.executeTask(DependencyGraph graph)
|
void |
FlagCyclicEdgesTask.executeTask(DependencyGraph graph)
|
void |
RefineConflictsVisitor.finishGraph(DependencyGraph graph)
|
void |
ReduceTransitiveEdgesVisitor.finishGraph(DependencyGraph graph)
|
void |
DependencyManagementApplier.finishGraph(DependencyGraph graph)
|
void |
AbstractReduceEdgeVisitor.finishGraph(DependencyGraph graph)
|
void |
GraphCopier.setGraph(DependencyGraph graph)
|
| Uses of DependencyGraph in org.apache.maven.archiva.dependency.graph.walk |
|---|
| Fields in org.apache.maven.archiva.dependency.graph.walk declared as DependencyGraph | |
|---|---|
protected DependencyGraph |
BaseVisitor.graph
|
| Methods in org.apache.maven.archiva.dependency.graph.walk with parameters of type DependencyGraph | |
|---|---|
void |
DependencyGraphVisitor.discoverGraph(DependencyGraph graph)
Called once, for when the graph itself is discovered. |
void |
BaseVisitor.discoverGraph(DependencyGraph graph)
|
void |
DependencyGraphVisitor.finishGraph(DependencyGraph graph)
Called once, for when the graph is finished being visited. |
void |
BaseVisitor.finishGraph(DependencyGraph graph)
|
void |
WalkDepthFirstSearch.visit(DependencyGraph graph,
DependencyGraphNode startNode,
DependencyGraphVisitor visitor)
|
void |
WalkBreadthFirstSearch.visit(DependencyGraph graph,
DependencyGraphNode startNode,
DependencyGraphVisitor visitor)
|
void |
DependencyGraphWalker.visit(DependencyGraph graph,
DependencyGraphNode startNode,
DependencyGraphVisitor visitor)
Visit every node and edge in the graph from the startNode. |
void |
WalkDepthFirstSearch.visit(DependencyGraph graph,
DependencyGraphVisitor visitor)
|
void |
WalkBreadthFirstSearch.visit(DependencyGraph graph,
DependencyGraphVisitor visitor)
|
void |
DependencyGraphWalker.visit(DependencyGraph graph,
DependencyGraphVisitor visitor)
Visit every node and edge in the entire graph. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||