@OpenApiAll
public interface DependencyCheckResult
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ElementLocationDependency> |
getDependencies()
Returns dependencies between modules and a project.
|
boolean |
hasCyclicDependencies()
Returns indication whether the dependency check has found cyclic dependencies.
|
boolean |
hasDependencies()
Returns indication whether the dependency check has found dependencies.
|
java.util.Collection<ElementLocationDependency> getDependencies()
boolean hasCyclicDependencies()
boolean hasDependencies()