Uses of Class
org.apache.maven.model.Exclusion
-
Packages that use Exclusion Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.project -
-
Uses of Exclusion in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type Exclusion Modifier and Type Field Description private java.util.List<Exclusion>Dependency. exclusionsField exclusions.Methods in org.apache.maven.model that return types with arguments of type Exclusion Modifier and Type Method Description java.util.List<Exclusion>Dependency. getExclusions()Method getExclusions.Methods in org.apache.maven.model with parameters of type Exclusion Modifier and Type Method Description voidDependency. addExclusion(Exclusion exclusion)Method addExclusion.voidDependency. removeExclusion(Exclusion exclusion)Method removeExclusion.Method parameters in org.apache.maven.model with type arguments of type Exclusion Modifier and Type Method Description voidDependency. setExclusions(java.util.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.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return Exclusion Modifier and Type Method Description private ExclusionMavenXpp3Reader. parseExclusion(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseExclusion.Methods in org.apache.maven.model.io.xpp3 with parameters of type Exclusion Modifier and Type Method Description private voidMavenXpp3Writer. writeExclusion(Exclusion exclusion, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeExclusion. -
Uses of Exclusion in org.apache.maven.project
Methods in org.apache.maven.project that return Exclusion Modifier and Type Method Description static ExclusionModelUtils. cloneDependencyExclusion(Exclusion src)static ExclusionModelUtils. cloneExclusion(Exclusion src)Methods in org.apache.maven.project with parameters of type Exclusion Modifier and Type Method Description static ExclusionModelUtils. cloneDependencyExclusion(Exclusion src)static ExclusionModelUtils. cloneExclusion(Exclusion src)
-