public interface DependencyCycle
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Dependency> |
getCyclicDependencies()
Gets the dependencies that actually form the cycle.
|
java.util.List<Dependency> |
getPrecedingDependencies()
Gets the dependencies that lead to the first dependency on the cycle, starting from the root of the dependency
graph.
|
java.util.List<Dependency> getPrecedingDependencies()
null.java.util.List<Dependency> getCyclicDependencies()
null.