| 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.resolution | The types supporting the resolution of artifacts and metadata from repositories. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<DependencyCycle> | CollectResult. getCycles()Gets the dependency cycles that were encountered while building the dependency graph. | 
| Modifier and Type | Method and Description | 
|---|---|
| CollectResult | CollectResult. addCycle(DependencyCycle cycle)Records the specified dependency cycle. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<DependencyCycle> | DependencyResult. getCycles()Gets the dependency cycles that were encountered while building the dependency graph. | 
| Modifier and Type | Method and Description | 
|---|---|
| DependencyResult | DependencyResult. setCycles(List<DependencyCycle> cycles)Records the specified dependency cycles while building the dependency graph. | 
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.