Uses of Enum Class
org.apache.maven.project.Graph.DfsState
Packages that use Graph.DfsState
-
Uses of Graph.DfsState in org.apache.maven.project
Methods in org.apache.maven.project that return Graph.DfsStateModifier and TypeMethodDescriptionstatic Graph.DfsStateReturns the enum constant of this class with the specified name.static Graph.DfsState[]Graph.DfsState.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.apache.maven.project with type arguments of type Graph.DfsStateModifier and TypeMethodDescriptionGraph.visitAll(Collection<Graph.Vertex> children, Map<Graph.Vertex, Graph.DfsState> stateMap, List<String> list) Graph.visitCycle(Collection<Graph.Vertex> children, Map<Graph.Vertex, Graph.DfsState> stateMap, LinkedList<String> cycle)