Uses of Class
org.sonatype.aether.graph.Exclusion

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
 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(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
 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(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, String scope, boolean optional, 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(Set<Exclusion> exclusions)
          Creates a new selector with the specified exclusions.
 



Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.