Package | Description |
---|---|
org.apache.maven.repository.metadata |
Modifier and Type | Method and Description |
---|---|
MetadataTreeNode[] |
MetadataTreeNode.getChildren() |
MetadataTreeNode |
ClasspathContainer.getClasspathAsTree() |
MetadataTreeNode |
MetadataResolutionResult.getClasspathTree(ArtifactScopeEnum scope) |
MetadataTreeNode |
MetadataTreeNode.getParent() |
MetadataTreeNode |
MetadataResolutionResult.getTree() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataTreeNode.addChild(int index,
MetadataTreeNode kid) |
void |
MetadataTreeNode.setChildren(MetadataTreeNode[] children) |
void |
MetadataTreeNode.setParent(MetadataTreeNode parent) |
void |
MetadataResolutionResult.setTree(MetadataTreeNode root) |
Constructor and Description |
---|
MetadataGraph(MetadataTreeNode tree)
construct graph from a "dirty" tree
|
MetadataGraph(MetadataTreeNode tree,
boolean versionedVertices,
boolean scopedVertices)
construct graph from a "dirty" tree
|
MetadataResolutionResult(MetadataTreeNode root) |
MetadataTreeNode(ArtifactMetadata md,
MetadataTreeNode parent,
boolean resolved,
ArtifactScopeEnum scope) |
MetadataTreeNode(Artifact af,
MetadataTreeNode parent,
boolean resolved,
ArtifactScopeEnum scope) |
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.