Uses of Class
org.apache.maven.model.Exclusion
Packages that use Exclusion
Package
Description
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 ExclusionMethods in org.apache.maven.artifact.resolver.filter with parameters of type ExclusionConstructor parameters in org.apache.maven.artifact.resolver.filter with type arguments 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 ExclusionModifier and TypeMethodDescriptionExclusion.exclusionToApiV3
(List<Exclusion> list) Dependency.getExclusions()
Methods in org.apache.maven.model with parameters of type ExclusionModifier and TypeMethodDescriptionvoid
Dependency.addExclusion
(Exclusion exclusion) void
Dependency.removeExclusion
(Exclusion exclusion) Method parameters in org.apache.maven.model with type arguments of type ExclusionModifier and TypeMethodDescriptionExclusion.exclusionToApiV4
(List<Exclusion> list) void
Dependency.setExclusions
(List<Exclusion> exclusions) -
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