Uses of Class
org.apache.maven.repository.metadata.MetadataGraphVertex
-
Packages that use MetadataGraphVertex Package Description org.apache.maven.repository.metadata -
-
Uses of MetadataGraphVertex in org.apache.maven.repository.metadata
Fields in org.apache.maven.repository.metadata declared as MetadataGraphVertex Modifier and Type Field Description (package private) MetadataGraphVertexMetadataGraph. entrythe entry point we started building the graph from(package private) MetadataGraphVertexMetadataGraphEdge. sourcecapturing where this link came from and where it is linked to.(package private) MetadataGraphVertexMetadataGraphEdge. targetFields in org.apache.maven.repository.metadata with type parameters of type MetadataGraphVertex Modifier and Type Field Description (package private) java.util.Map<MetadataGraphVertex,java.util.List<MetadataGraphEdge>>MetadataGraph. excidentEdges(package private) java.util.Map<MetadataGraphVertex,java.util.List<MetadataGraphEdge>>MetadataGraph. incidentEdgesincident and excident edges per node(package private) java.util.TreeSet<MetadataGraphVertex>MetadataGraph. vertices(package private) java.util.List<MetadataGraphVertex>DefaultClasspathTransformation.ClasspathGraphVisitor. visitedMethods in org.apache.maven.repository.metadata that return MetadataGraphVertex Modifier and Type Method Description MetadataGraphVertexMetadataGraph. addVertex(ArtifactMetadata md)MetadataGraphVertexMetadataGraph. findVertex(ArtifactMetadata md)MetadataGraphVertexMetadataGraph. getEntry()MetadataGraphVertexMetadataGraphEdge. getSource()MetadataGraphVertexMetadataGraphEdge. getTarget()Methods in org.apache.maven.repository.metadata that return types with arguments of type MetadataGraphVertex Modifier and Type Method Description java.util.TreeSet<MetadataGraphVertex>MetadataGraph. getVertices()Methods in org.apache.maven.repository.metadata with parameters of type MetadataGraphVertex Modifier and Type Method Description MetadataGraphMetadataGraph. addEdge(MetadataGraphVertex vFrom, MetadataGraphVertex vTo, MetadataGraphEdge e)private static voidMetadataGraph. checkVertex(MetadataGraphVertex v)private MetadataGraphEdgeDefaultGraphConflictResolver. cleanEdges(MetadataGraphVertex v, java.util.List<MetadataGraphEdge> edges, ArtifactScopeEnum scope)intMetadataGraphVertex. compareTo(MetadataGraphVertex vertex)java.util.List<MetadataGraphEdge>MetadataGraph. getEdgesBetween(MetadataGraphVertex vFrom, MetadataGraphVertex vTo)java.util.List<MetadataGraphEdge>MetadataGraph. getExcidentEdges(MetadataGraphVertex vertex)java.util.List<MetadataGraphEdge>MetadataGraph. getIncidentEdges(MetadataGraphVertex vertex)private voidMetadataGraph. processTreeNodes(MetadataGraphVertex parentVertex, MetadataTreeNode node, int depth, int pomOrder)MetadataGraphMetadataGraph. removeVertex(MetadataGraphVertex v)voidMetadataGraph. setEntry(MetadataGraphVertex entry)voidMetadataGraphEdge. setSource(MetadataGraphVertex source)voidMetadataGraphEdge. setTarget(MetadataGraphVertex target)protected voidDefaultClasspathTransformation.ClasspathGraphVisitor. visit(MetadataGraphVertex node)private voidDefaultGraphConflictResolver. visit(MetadataGraphVertex from, java.util.List<MetadataGraphVertex> visited, MetadataGraph graph)Method parameters in org.apache.maven.repository.metadata with type arguments of type MetadataGraphVertex Modifier and Type Method Description private voidDefaultGraphConflictResolver. visit(MetadataGraphVertex from, java.util.List<MetadataGraphVertex> visited, MetadataGraph graph)Constructors in org.apache.maven.repository.metadata with parameters of type MetadataGraphVertex Constructor Description MetadataGraph(MetadataGraphVertex entry)construct a single vertex
-