public interface DependencyCycle
| Modifier and Type | Method and Description | 
|---|---|
List<Dependency> | 
getCyclicDependencies()
Gets the dependencies that actually form the cycle. 
 | 
List<Dependency> | 
getPrecedingDependencies()
Gets the dependencies that lead to the first dependency on the cycle, starting from the root of the dependency
 graph. 
 | 
List<Dependency> getPrecedingDependencies()
null.List<Dependency> getCyclicDependencies()
null.Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.