|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DependencyGraphBuilder
DependencyGraphBuilder
Method Summary | |
---|---|
DependencyGraph |
createGraph(org.apache.maven.archiva.model.VersionedReference versionedProjectReference)
Create a new graph, with the root of the graph for the node specified. |
void |
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. |
Method Detail |
---|
void resolveNode(DependencyGraph graph, DependencyGraphNode node, org.apache.maven.archiva.model.VersionedReference versionedProjectReference)
graph
- the graph to add nodes and edges to.node
- the node where the resolution should occur.versionedProjectReference
- the versioned project reference for the node
that needs to be resolved.DependencyGraph createGraph(org.apache.maven.archiva.model.VersionedReference versionedProjectReference)
versionedProjectReference
- the root node for the graph.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |