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.Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
Uses of Exclusion in org.apache.maven.api.model
Fields in org.apache.maven.api.model declared as ExclusionFields in org.apache.maven.api.model with type parameters of type ExclusionModifier and TypeFieldDescription(package private) Collection<Exclusion> Dependency.Builder.exclusionsDependency.exclusionsLists 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 that return ExclusionModifier and TypeMethodDescriptionExclusion.Builder.build()static ExclusionExclusion.newInstance()Creates a newExclusioninstance.static ExclusionExclusion.newInstance(boolean withDefaults) Creates a newExclusioninstance using default values or not.Exclusion.withArtifactId(String artifactId) Creates a newExclusioninstance using the specified artifactId.Exclusion.withGroupId(String groupId) Creates a newExclusioninstance 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.BuilderExclusion.newBuilder(Exclusion from) Creates a newExclusionbuilder instance using the specified object as a basis.static Exclusion.BuilderExclusion.newBuilder(Exclusion from, boolean forceCopy) Creates a newExclusionbuilder 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 newDependencyinstance using the specified exclusions.Constructors in org.apache.maven.api.model with parameters of type Exclusion -
Uses of Exclusion in org.apache.maven.internal.impl.model
Methods in org.apache.maven.internal.impl.model that return types with arguments of type ExclusionModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer<Exclusion> MavenModelMerger.getExclusionKey()Methods in org.apache.maven.internal.impl.model with parameters of type ExclusionModifier and TypeMethodDescriptionprivate booleanprivate booleanDefaultModelBuilder.match(Exclusion exclusion, Dependency candidate) Method parameters in org.apache.maven.internal.impl.model with type arguments of type ExclusionModifier and TypeMethodDescriptionprivate static DependencyDefaultModelBuilder.addExclusions(Dependency candidate, List<Exclusion> exclusions) private booleanDefaultDependencyManagementImporter.equals(Collection<Exclusion> ce1, Collection<Exclusion> ce2) -
Uses of Exclusion in org.apache.maven.internal.impl.resolver
Methods in org.apache.maven.internal.impl.resolver with parameters of type Exclusion -
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.building
Methods in org.apache.maven.model.building with parameters of type ExclusionModifier and TypeMethodDescriptionprivate booleanDefaultModelBuilder.match(Exclusion exclusion, Dependency candidate) Deprecated.Method parameters in org.apache.maven.model.building with type arguments of type ExclusionModifier and TypeMethodDescriptionprivate static DependencyDefaultModelBuilder.addExclusions(Dependency candidate, List<Exclusion> exclusions) Deprecated. -
Uses of Exclusion in org.apache.maven.model.composition
Methods in org.apache.maven.model.composition with parameters of type ExclusionModifier and TypeMethodDescriptionprivate booleanDeprecated.Method parameters in org.apache.maven.model.composition with type arguments of type ExclusionModifier and TypeMethodDescriptionprivate booleanDefaultDependencyManagementImporter.equals(Collection<Exclusion> ce1, Collection<Exclusion> ce2) Deprecated. -
Uses of Exclusion in org.apache.maven.model.v4
Methods in org.apache.maven.model.v4 that return ExclusionModifier and TypeMethodDescriptionprotected ExclusionMavenMerger.mergeExclusion(Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context) private ExclusionMavenStaxReader.parseExclusion(XMLStreamReader parser, boolean strict, InputSource source) protected ExclusionMavenTransformer.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 voidMavenMerger.mergeExclusion(Exclusion.Builder builder, Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context) protected ExclusionMavenMerger.mergeExclusion(Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeExclusion_ArtifactId(Exclusion.Builder builder, Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeExclusion_GroupId(Exclusion.Builder builder, Exclusion target, Exclusion source, boolean sourceDominant, Map<Object, Object> context) protected ExclusionMavenTransformer.transformExclusion(Exclusion target) protected Exclusion.BuilderMavenTransformer.transformExclusion_ArtifactId(Supplier<? extends Exclusion.Builder> creator, Exclusion.Builder builder, Exclusion target) protected Exclusion.BuilderMavenTransformer.transformExclusion_GroupId(Supplier<? extends Exclusion.Builder> creator, Exclusion.Builder builder, Exclusion target) private voidMavenStaxWriter.writeExclusion(String tagName, Exclusion exclusion, XMLStreamWriter serializer)