Uses of Interface
org.apache.maven.api.Exclusion
Packages that use Exclusion
Package
Description
Maven Core API
-
Uses of Exclusion in org.apache.maven.api
Methods in org.apache.maven.api that return types with arguments of type ExclusionModifier and TypeMethodDescriptionDependencyCoordinates.getExclusions()Returns transitive dependencies to exclude. -
Uses of Exclusion in org.apache.maven.api.services
Fields in org.apache.maven.api.services with type parameters of type ExclusionModifier and TypeFieldDescriptionprivate final Collection<Exclusion> DependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder.DefaultDependencyCoordinatesFactoryRequest.exclusionsprivate Collection<Exclusion> DependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder.exclusionsMethods in org.apache.maven.api.services that return types with arguments of type ExclusionModifier and TypeMethodDescriptionDependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder.DefaultDependencyCoordinatesFactoryRequest.getExclusions()DependencyCoordinatesFactoryRequest.getExclusions()Methods in org.apache.maven.api.services with parameters of type ExclusionModifier and TypeMethodDescriptionDependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder.exclusion(Exclusion exclusion) Method parameters in org.apache.maven.api.services with type arguments of type ExclusionModifier and TypeMethodDescriptionDependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder.exclusions(Collection<Exclusion> exclusions) Constructor parameters in org.apache.maven.api.services with type arguments of type Exclusion -
Uses of Exclusion in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return ExclusionModifier and TypeMethodDescriptionprivate ExclusionDefaultDependencyCoordinates.toExclusion(org.eclipse.aether.graph.Exclusion exclusion) Methods in org.apache.maven.internal.impl that return types with arguments of type ExclusionMethods in org.apache.maven.internal.impl with parameters of type ExclusionModifier and TypeMethodDescriptionprivate org.eclipse.aether.graph.ExclusionAbstractSession.toExclusion(Exclusion exclusion) private org.eclipse.aether.graph.ExclusionDefaultDependencyCoordinatesFactory.toExclusion(Exclusion exclusion)