| 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.graph | The representation of a dependency graph by means of connected dependency nodes. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<Exclusion> | DependencyManagement. getExclusions()Gets the new exclusions to apply to the dependency. | 
| Modifier and Type | Method and Description | 
|---|---|
| DependencyManagement | DependencyManagement. setExclusions(Collection<Exclusion> exclusions)Sets the new exclusions to apply to the dependency. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<Exclusion> | Dependency. getExclusions()Gets the exclusions for this dependency. | 
| Modifier and Type | Method and Description | 
|---|---|
| Dependency | Dependency. setExclusions(Collection<Exclusion> exclusions)Sets the exclusions for the dependency. | 
| Constructor and Description | 
|---|
| Dependency(Artifact artifact,
                    String scope,
                    Boolean optional,
                    Collection<Exclusion> exclusions)Creates a dependency on the specified artifact with the given scope and exclusions. | 
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.