Uses of Interface
org.eclipse.aether.graph.DependencyCycle
-
Packages that use DependencyCycle Package Description org.eclipse.aether.collection The types and extension points for collecting the transitive dependencies of an artifact and building a dependency graph.org.eclipse.aether.internal.impl.collect Internal helper classes for dependency collector.org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories. -
-
Uses of DependencyCycle in org.eclipse.aether.collection
Fields in org.eclipse.aether.collection with type parameters of type DependencyCycle Modifier and Type Field Description private java.util.List<DependencyCycle>
CollectResult. cycles
Methods in org.eclipse.aether.collection that return types with arguments of type DependencyCycle Modifier and Type Method Description java.util.List<DependencyCycle>
CollectResult. getCycles()
Gets the dependency cycles that were encountered while building the dependency graph.Methods in org.eclipse.aether.collection with parameters of type DependencyCycle Modifier and Type Method Description CollectResult
CollectResult. addCycle(DependencyCycle cycle)
Records the specified dependency cycle. -
Uses of DependencyCycle in org.eclipse.aether.internal.impl.collect
Classes in org.eclipse.aether.internal.impl.collect that implement DependencyCycle Modifier and Type Class Description (package private) class
DefaultDependencyCycle
-
Uses of DependencyCycle in org.eclipse.aether.resolution
Fields in org.eclipse.aether.resolution with type parameters of type DependencyCycle Modifier and Type Field Description private java.util.List<DependencyCycle>
DependencyResult. cycles
Methods in org.eclipse.aether.resolution that return types with arguments of type DependencyCycle Modifier and Type Method Description java.util.List<DependencyCycle>
DependencyResult. getCycles()
Gets the dependency cycles that were encountered while building the dependency graph.Method parameters in org.eclipse.aether.resolution with type arguments of type DependencyCycle Modifier and Type Method Description DependencyResult
DependencyResult. setCycles(java.util.List<DependencyCycle> cycles)
Records the specified dependency cycles while building the dependency graph.
-