Package org.apache.maven.model.building
Class Graph
java.lang.Object
org.apache.maven.model.building.Graph
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated.private static enum
Deprecated. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
Deprecated.visitCycle
(Map<String, Set<String>> graph, Collection<String> children, Map<String, Graph.DfsState> stateMap, LinkedList<String> cycle) Deprecated.
-
Field Details
-
graph
Deprecated.
-
-
Constructor Details
-
Graph
Graph()Deprecated.
-
-
Method Details
-
addEdge
Deprecated.- Throws:
Graph.CycleDetectedException
-
visitCycle
private static List<String> visitCycle(Map<String, Set<String>> graph, Collection<String> children, Map<String, Graph.DfsState> stateMap, LinkedList<String> cycle) Deprecated.
-
ModelBuilder
instead