Uses of Class
org.apache.maven.api.model.Exclusion.Builder
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of Exclusion.Builder in org.apache.maven.api.model
Modifier and TypeMethodDescriptionExclusion.Builder.artifactId
(String artifactId) Exclusion.Builder.location
(Object key, InputLocation location) static Exclusion.Builder
Exclusion.newBuilder()
Creates a newExclusion
builder instance.static Exclusion.Builder
Exclusion.newBuilder
(boolean withDefaults) Creates a newExclusion
builder instance using default values or not.static 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.Exclusion.with()
Creates a new builder with this object as the basis. -
Uses of Exclusion.Builder in org.apache.maven.model.v4
Modifier and TypeMethodDescriptionprotected void
MavenMerger.mergeExclusion
(Exclusion.Builder builder, 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 void
MavenTransformer.transformExclusion_ArtifactId
(Exclusion.Builder builder, Exclusion target) protected void
MavenTransformer.transformExclusion_GroupId
(Exclusion.Builder builder, Exclusion target)