|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.repository.MetadataGraph
public class MetadataGraph
This is the main graph data structure used by the RepositorySystem to present tree and graph objects.
| Constructor Summary | |
|---|---|
MetadataGraph()
|
|
MetadataGraph(MetadataGraphNode entry)
|
|
| Method Summary | |
|---|---|
void |
addNode(MetadataGraphNode node)
|
MetadataGraphNode |
findNode(MavenArtifactMetadata md)
find a node by the GAV (metadata) |
MetadataGraphNode |
getEntry()
getter |
Collection<MetadataGraphNode> |
getNodes()
getter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetadataGraph(MetadataGraphNode entry)
public MetadataGraph()
| Method Detail |
|---|
public void addNode(MetadataGraphNode node)
public MetadataGraphNode findNode(MavenArtifactMetadata md)
md -
public MetadataGraphNode getEntry()
public Collection<MetadataGraphNode> getNodes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||