Uses of Class
org.apache.maven.model.Exclusion

Packages that use Exclusion
org.apache.maven.model   
org.apache.maven.project   
 

Uses of Exclusion in org.apache.maven.model
 

Methods in org.apache.maven.model that return types with arguments of type Exclusion
 List<Exclusion> Dependency.getExclusions()
          Method getExclusions.
 

Methods in org.apache.maven.model with parameters of type Exclusion
 void Dependency.addExclusion(Exclusion exclusion)
          Method addExclusion.
 void Dependency.removeExclusion(Exclusion exclusion)
          Method removeExclusion.
 

Method parameters in org.apache.maven.model with type arguments of type Exclusion
 void Dependency.setExclusions(List<Exclusion> exclusions)
          Set lists a set of artifacts that should be excluded from this dependency's artifact list when it comes to calculating transitive dependencies.
 

Uses of Exclusion in org.apache.maven.project
 

Methods in org.apache.maven.project that return Exclusion
static Exclusion ModelUtils.cloneDependencyExclusion(Exclusion src)
           
static Exclusion ModelUtils.cloneExclusion(Exclusion src)
           
 

Methods in org.apache.maven.project with parameters of type Exclusion
static Exclusion ModelUtils.cloneDependencyExclusion(Exclusion src)
           
static Exclusion ModelUtils.cloneExclusion(Exclusion src)
           
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.