Uses of Class
org.apache.maven.model.Exclusion
-
Packages that use Exclusion Package Description org.apache.maven org.apache.maven.artifact.resolver.filter org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdomodel.org.apache.maven.model.interpolation org.apache.maven.model.io.xpp3 XML reader and writer classes for Maven POM, generated frommaven.mdomodel.org.apache.maven.model.merge POM merger.org.apache.maven.plugin org.apache.maven.repository.internal Maven Resolver extensions for utilizing the Maven POM and Maven repository metadata. -
-
Uses of Exclusion in org.apache.maven
Methods in org.apache.maven with parameters of type Exclusion Modifier and Type Method Description private static org.eclipse.aether.graph.ExclusionRepositoryUtils. toExclusion(Exclusion exclusion)Method parameters in org.apache.maven with type arguments of type Exclusion Modifier and Type Method Description static org.eclipse.aether.graph.DependencyRepositoryUtils. toDependency(Artifact artifact, java.util.Collection<Exclusion> exclusions) -
Uses of Exclusion in org.apache.maven.artifact.resolver.filter
Fields in org.apache.maven.artifact.resolver.filter with type parameters of type Exclusion Modifier and Type Field Description private java.util.List<Exclusion>ExclusionArtifactFilter. exclusionsConstructor parameters in org.apache.maven.artifact.resolver.filter with type arguments of type Exclusion Constructor Description ExclusionArtifactFilter(java.util.List<Exclusion> exclusions) -
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 Exclusion Modifier and Type Method Description ExclusionExclusion. clone()Method clone.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.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type Exclusion Modifier and Type Method Description private voidStringVisitorModelInterpolator.ModelVisitor. visit(Exclusion exclusion) -
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.private ExclusionMavenXpp3ReaderEx. parseExclusion(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source)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.private voidMavenXpp3WriterEx. writeExclusion(Exclusion exclusion, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeExclusion. -
Uses of Exclusion in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type Exclusion Modifier and Type Method Description protected java.lang.ObjectMavenModelMerger. getExclusionKey(Exclusion exclusion)protected java.lang.ObjectModelMerger. getExclusionKey(Exclusion exclusion)java.lang.ObjectModelMerger.ExclusionKeyComputer. key(Exclusion exclusion)protected voidModelMerger. mergeExclusion(Exclusion target, Exclusion source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeExclusion_ArtifactId(Exclusion target, Exclusion source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeExclusion_GroupId(Exclusion target, Exclusion source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context) -
Uses of Exclusion in org.apache.maven.plugin
Method parameters in org.apache.maven.plugin with type arguments of type Exclusion Modifier and Type Method Description private static booleanCacheUtils. exclusionsEquals(java.util.List<Exclusion> a, java.util.List<Exclusion> b) -
Uses of Exclusion in org.apache.maven.repository.internal
Methods in org.apache.maven.repository.internal with parameters of type Exclusion Modifier and Type Method Description private org.eclipse.aether.graph.ExclusionArtifactDescriptorReaderDelegate. convert(Exclusion exclusion)
-