Package | Description |
---|---|
org.apache.maven.repository.metadata |
Modifier and Type | Field and Description |
---|---|
(package private) MetadataGraph |
DefaultClasspathTransformation.ClasspathGraphVisitor.graph |
Modifier and Type | Method and Description |
---|---|
MetadataGraph |
MetadataGraph.addEdge(MetadataGraphVertex vFrom,
MetadataGraphVertex vTo,
MetadataGraphEdge e) |
private MetadataGraph |
DefaultGraphConflictResolver.findLinkedSubgraph(MetadataGraph g) |
MetadataGraph |
MetadataResolutionResult.getGraph() |
MetadataGraph |
MetadataResolutionResult.getGraph(ArtifactScopeEnum scope) |
MetadataGraph |
MetadataResolutionResult.getGraph(MetadataResolutionRequestTypeEnum requestType) |
MetadataGraph |
MetadataGraph.removeVertex(MetadataGraphVertex v) |
MetadataGraph |
DefaultGraphConflictResolver.resolveConflicts(MetadataGraph graph,
ArtifactScopeEnum scope) |
MetadataGraph |
GraphConflictResolver.resolveConflicts(MetadataGraph graph,
ArtifactScopeEnum scope)
Cleanses the supplied graph by leaving only one directed versioned edge\
between any two nodes, if multiple exists.
|
Modifier and Type | Method and Description |
---|---|
private MetadataGraph |
DefaultGraphConflictResolver.findLinkedSubgraph(MetadataGraph g) |
MetadataGraph |
DefaultGraphConflictResolver.resolveConflicts(MetadataGraph graph,
ArtifactScopeEnum scope) |
MetadataGraph |
GraphConflictResolver.resolveConflicts(MetadataGraph graph,
ArtifactScopeEnum scope)
Cleanses the supplied graph by leaving only one directed versioned edge\
between any two nodes, if multiple exists.
|
ClasspathContainer |
DefaultClasspathTransformation.transform(MetadataGraph dirtyGraph,
ArtifactScopeEnum scope,
boolean resolve) |
ClasspathContainer |
ClasspathTransformation.transform(MetadataGraph dirtyGraph,
ArtifactScopeEnum scope,
boolean resolve)
Transform Graph into a Collection of metadata objects that
could serve as a classpath for a particular scope
|
private void |
DefaultGraphConflictResolver.visit(MetadataGraphVertex from,
java.util.List<MetadataGraphVertex> visited,
MetadataGraph graph) |
Constructor and Description |
---|
ClasspathGraphVisitor(MetadataGraph cleanGraph,
ClasspathContainer cpc) |