| Package | Description |
|---|---|
| org.apache.maven.repository.metadata |
| Modifier and Type | Method | Description |
|---|---|---|
MetadataGraph |
MetadataGraph.addEdge(MetadataGraphVertex vFrom,
MetadataGraphVertex vTo,
MetadataGraphEdge e) |
|
ClasspathContainer |
MetadataResolutionResult.getClasspath(ArtifactScopeEnum scope) |
|
MetadataTreeNode |
ClasspathContainer.getClasspathAsTree() |
|
MetadataTreeNode |
MetadataResolutionResult.getClasspathTree(ArtifactScopeEnum scope) |
|
MetadataGraph |
MetadataResolutionResult.getGraph() |
|
MetadataGraph |
MetadataResolutionResult.getGraph(ArtifactScopeEnum scope) |
|
MetadataGraph |
MetadataResolutionResult.getGraph(MetadataResolutionRequestTypeEnum requestType) |
|
java.lang.String |
MetadataTreeNode.graphHash() |
| Constructor | Description |
|---|---|
MetadataGraph(MetadataGraphVertex entry) |
construct a single vertex
|
MetadataGraph(MetadataTreeNode tree) |
construct graph from a "dirty" tree
|
MetadataGraph(MetadataTreeNode tree,
boolean versionedVertices,
boolean scopedVertices) |
construct graph from a "dirty" tree
|