Methods in org.apache.myfaces.config.util that throw CyclicDependencyException |
void |
Vertex.resolveOrder()
Recurse through the tree from this vertex assigning an order to each
and at the same time checking for any cyclic dependencies. |
static
|
DirectedAcyclicGraphVerifier.topologicalSort(java.util.List<Vertex<T>> vertices)
Sort a set of vertices so that no dependency is before its vertex. |
static
|
DirectedAcyclicGraphVerifier.verify(java.util.List<Vertex<T>> vertices)
Verify a set of vertices and all their dependencies have no cycles. |
static
|
DirectedAcyclicGraphVerifier.verify(Vertex<T> vertex)
Verify that a vertex and its set of dependencies have no cycles. |