Uses of Class
org.eclipse.aether.graph.Exclusion
Packages that use Exclusion
Package
Description
The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
The representation of a dependency graph by means of connected dependency nodes.
-
Uses of Exclusion in org.eclipse.aether.collection
Methods in org.eclipse.aether.collection that return types with arguments of type ExclusionModifier and TypeMethodDescriptionDependencyManagement.getExclusions()
Gets the new exclusions to apply to the dependency.Method parameters in org.eclipse.aether.collection with type arguments of type ExclusionModifier and TypeMethodDescriptionDependencyManagement.setExclusions
(Collection<Exclusion> exclusions) Sets the new exclusions to apply to the dependency. -
Uses of Exclusion in org.eclipse.aether.graph
Methods in org.eclipse.aether.graph that return types with arguments of type ExclusionModifier and TypeMethodDescriptionDependency.getExclusions()
Gets the exclusions for this dependency.Method parameters in org.eclipse.aether.graph with type arguments of type ExclusionModifier and TypeMethodDescriptionDependency.setExclusions
(Collection<Exclusion> exclusions) Sets the exclusions for the dependency.Constructor parameters in org.eclipse.aether.graph with type arguments of type ExclusionModifierConstructorDescriptionDependency
(Artifact artifact, String scope, Boolean optional, Collection<Exclusion> exclusions) Creates a dependency on the specified artifact with the given scope and exclusions.