Uses of Enum Class
org.apache.maven.internal.impl.Graph.DfsState
Packages that use Graph.DfsState
-
Uses of Graph.DfsState in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return Graph.DfsStateModifier and TypeMethodDescriptionstatic Graph.DfsState
Returns 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.internal.impl 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)