|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Exclusion | |
---|---|
org.sonatype.aether.collection | |
org.sonatype.aether.graph | |
org.sonatype.aether.util.graph.selector |
Uses of Exclusion in org.sonatype.aether.collection |
---|
Methods in org.sonatype.aether.collection that return types with arguments of type Exclusion | |
---|---|
java.util.Collection<Exclusion> |
DependencyManagement.getExclusions()
Gets the new exclusions to apply to the dependency. |
Method parameters in org.sonatype.aether.collection with type arguments of type Exclusion | |
---|---|
DependencyManagement |
DependencyManagement.setExclusions(java.util.Collection<Exclusion> exclusions)
Sets the new exclusions to apply to the dependency. |
Uses of Exclusion in org.sonatype.aether.graph |
---|
Methods in org.sonatype.aether.graph that return types with arguments of type Exclusion | |
---|---|
java.util.Collection<Exclusion> |
Dependency.getExclusions()
Gets the exclusions for this dependency. |
Method parameters in org.sonatype.aether.graph with type arguments of type Exclusion | |
---|---|
Dependency |
Dependency.setExclusions(java.util.Collection<Exclusion> exclusions)
Sets the exclusions for the dependency. |
Constructor parameters in org.sonatype.aether.graph with type arguments of type Exclusion | |
---|---|
Dependency(Artifact artifact,
java.lang.String scope,
boolean optional,
java.util.Collection<Exclusion> exclusions)
Creates a dependency on the specified artifact with the given scope and exclusions. |
Uses of Exclusion in org.sonatype.aether.util.graph.selector |
---|
Constructor parameters in org.sonatype.aether.util.graph.selector with type arguments of type Exclusion | |
---|---|
ExclusionDependencySelector(java.util.Set<Exclusion> exclusions)
Creates a new selector with the specified exclusions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |