Uses of Class
org.apache.maven.model.Exclusion
Packages that use Exclusion
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.XML reader and writer classes for Maven POM, generated from
maven.mdo
model.POM merger.
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 ExclusionModifier and TypeMethodDescriptionprivate static org.eclipse.aether.graph.Exclusion
RepositoryUtils.toExclusion
(Exclusion exclusion) Method parameters in org.apache.maven with type arguments of type ExclusionModifier and TypeMethodDescriptionstatic org.eclipse.aether.graph.Dependency
RepositoryUtils.toDependency
(Artifact artifact, 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 ExclusionModifier and TypeFieldDescriptionExclusionArtifactFilter.artifactIdIsWildcard
ExclusionArtifactFilter.exclusions
ExclusionArtifactFilter.groupIdAndArtifactIdIsWildcard
ExclusionArtifactFilter.groupIdIsWildcard
Methods in org.apache.maven.artifact.resolver.filter that return types with arguments of type ExclusionModifier and TypeMethodDescriptionExclusionArtifactFilter.sameArtifactId
(Artifact artifact) ExclusionArtifactFilter.sameGroupId
(Artifact artifact) Constructor parameters in org.apache.maven.artifact.resolver.filter with type arguments of type Exclusion -
Uses of Exclusion in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type ExclusionMethods in org.apache.maven.model that return ExclusionMethods in org.apache.maven.model that return types with arguments of type ExclusionMethods in org.apache.maven.model with parameters of type ExclusionModifier and TypeMethodDescriptionvoid
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 ExclusionModifier and TypeMethodDescriptionvoid
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.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type Exclusion -
Uses of Exclusion in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return ExclusionModifier and TypeMethodDescriptionprivate Exclusion
MavenXpp3Reader.parseExclusion
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseExclusion.private Exclusion
MavenXpp3ReaderEx.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 ExclusionModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeExclusion
(Exclusion exclusion, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeExclusion.private void
MavenXpp3WriterEx.writeExclusion
(Exclusion exclusion, 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 ExclusionModifier and TypeMethodDescriptionprotected Object
MavenModelMerger.getExclusionKey
(Exclusion exclusion) protected Object
ModelMerger.getExclusionKey
(Exclusion exclusion) protected void
ModelMerger.mergeExclusion
(Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeExclusion_ArtifactId
(Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeExclusion_GroupId
(Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context) -
Uses of Exclusion in org.apache.maven.plugin
Method parameters in org.apache.maven.plugin with type arguments of type ExclusionModifier and TypeMethodDescriptionprivate static boolean
CacheUtils.exclusionsEquals
(List<Exclusion> a, List<Exclusion> b) -
Uses of Exclusion in org.apache.maven.repository.internal
Methods in org.apache.maven.repository.internal with parameters of type Exclusion