Uses of Class
org.apache.maven.api.model.Exclusion
-
Uses of Exclusion in org.apache.maven.api.model
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.