| Package | Description |
|---|---|
| org.eclipse.aether.collection | |
| org.eclipse.aether.graph | |
| org.eclipse.aether.util.graph.selector |
| 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.
|
| Constructor and Description |
|---|
ExclusionDependencySelector(Collection<Exclusion> exclusions)
Creates a new selector with the specified exclusions.
|
Copyright © 2010-2013 The Eclipse Foundation. All Rights Reserved.