Uses of Class
org.apache.maven.api.model.Exclusion
Packages that use Exclusion
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of Exclusion in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return ExclusionModifier and TypeMethodDescriptionExclusion.Builder.build()
static Exclusion
Exclusion.newInstance()
Creates a newExclusion
instance.static Exclusion
Exclusion.newInstance
(boolean withDefaults) Creates a newExclusion
instance using default values or not.Exclusion.withArtifactId
(String artifactId) Creates a newExclusion
instance using the specified artifactId.Exclusion.withGroupId
(String groupId) Creates a newExclusion
instance using the specified groupId.Methods in org.apache.maven.api.model that return types with arguments of type ExclusionModifier and TypeMethodDescriptionDependency.getExclusions()
Lists a set of artifacts that should be excluded from this dependency's artifact list when it comes to calculating transitive dependencies.Methods in org.apache.maven.api.model with parameters of type ExclusionModifier and TypeMethodDescriptionstatic Exclusion.Builder
Exclusion.newBuilder
(Exclusion from) Creates a newExclusion
builder instance using the specified object as a basis.static Exclusion.Builder
Exclusion.newBuilder
(Exclusion from, boolean forceCopy) Creates a newExclusion
builder instance using the specified object as a basis.Method parameters in org.apache.maven.api.model with type arguments of type ExclusionModifier and TypeMethodDescriptionDependency.Builder.exclusions
(Collection<Exclusion> exclusions) Dependency.withExclusions
(Collection<Exclusion> exclusions) Creates a newDependency
instance using the specified exclusions. -
Uses of Exclusion in org.apache.maven.model
Methods in org.apache.maven.model that return ExclusionMethods in org.apache.maven.model that return types with arguments of type ExclusionMethod parameters in org.apache.maven.model with type arguments of type ExclusionConstructors in org.apache.maven.model with parameters of type Exclusion -
Uses of Exclusion in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge that return types with arguments of type ExclusionModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer
<Exclusion> MavenModelMerger.getExclusionKey()
-
Uses of Exclusion in org.apache.maven.model.v4
Methods in org.apache.maven.model.v4 that return ExclusionModifier and TypeMethodDescriptionprotected Exclusion
MavenMerger.mergeExclusion
(Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context) protected Exclusion
MavenTransformer.transformExclusion
(Exclusion target) Methods in org.apache.maven.model.v4 that return types with arguments of type ExclusionModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer
<Exclusion> MavenMerger.getExclusionKey()
Methods in org.apache.maven.model.v4 with parameters of type ExclusionModifier and TypeMethodDescriptionprotected void
MavenMerger.mergeExclusion
(Exclusion.Builder builder, Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context) protected Exclusion
MavenMerger.mergeExclusion
(Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeExclusion_ArtifactId
(Exclusion.Builder builder, Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeExclusion_GroupId
(Exclusion.Builder builder, Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context) protected Exclusion
MavenTransformer.transformExclusion
(Exclusion target) protected void
MavenTransformer.transformExclusion_ArtifactId
(Exclusion.Builder builder, Exclusion target) protected void
MavenTransformer.transformExclusion_GroupId
(Exclusion.Builder builder, Exclusion target)