Uses of Interface
org.eclipse.aether.graph.DependencyCycle
Package
Description
The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
Internal helper classes for dependency collector.
The types supporting the resolution of artifacts and metadata from repositories.
-
Uses of DependencyCycle in org.eclipse.aether.collection
Modifier and TypeMethodDescriptionCollectResult.getCycles()
Gets the dependency cycles that were encountered while building the dependency graph.Modifier and TypeMethodDescriptionCollectResult.addCycle
(DependencyCycle cycle) Records the specified dependency cycle. -
Uses of DependencyCycle in org.eclipse.aether.internal.impl.collect
-
Uses of DependencyCycle in org.eclipse.aether.resolution
Modifier and TypeMethodDescriptionDependencyResult.getCycles()
Gets the dependency cycles that were encountered while building the dependency graph.Modifier and TypeMethodDescriptionDependencyResult.setCycles
(List<DependencyCycle> cycles) Records the specified dependency cycles while building the dependency graph.