Uses of Interface
org.apache.maven.api.Exclusion
Packages that use Exclusion
Package
Description
Maven Core API
- 
Uses of Exclusion in org.apache.maven.apiMethods 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.servicesMethods in org.apache.maven.api.services that return types with arguments of type ExclusionMethods 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) 
- 
Uses of Exclusion in org.apache.maven.internal.implMethods in org.apache.maven.internal.impl that return types with arguments of type Exclusion