Class TobagoConfigSorter
- java.lang.Object
-
- org.apache.myfaces.tobago.internal.config.TobagoConfigSorter
-
public class TobagoConfigSorter extends Object
-
-
Constructor Summary
Constructors Constructor Description TobagoConfigSorter(List<TobagoConfigFragment> fragmentList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TobagoConfigFragment>
topologicalSort()
Topological sorting with setup and cycle check.
-
-
-
Constructor Detail
-
TobagoConfigSorter
public TobagoConfigSorter(List<TobagoConfigFragment> fragmentList)
-
-
Method Detail
-
topologicalSort
public List<TobagoConfigFragment> topologicalSort()
Topological sorting with setup and cycle check.- Throws:
IllegalStateException
- When detecting a cycle.
-
-