| 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 |
|---|---|
java.util.Collection<Exclusion> |
DependencyManagement.getExclusions()
Gets the new exclusions to apply to the dependency.
|
| Modifier and Type | Method and Description |
|---|---|
DependencyManagement |
DependencyManagement.setExclusions(java.util.Collection<Exclusion> exclusions)
Sets the new exclusions to apply to the dependency.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Exclusion> |
Dependency.getExclusions()
Gets the exclusions for this dependency.
|
| Modifier and Type | Method and Description |
|---|---|
Dependency |
Dependency.setExclusions(java.util.Collection<Exclusion> exclusions)
Sets the exclusions for the dependency.
|
| Constructor and Description |
|---|
Dependency(Artifact artifact,
java.lang.String scope,
java.lang.Boolean optional,
java.util.Collection<Exclusion> exclusions)
Creates a dependency on the specified artifact with the given scope and exclusions.
|