Uses of Class
org.eclipse.aether.graph.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.
Various dependency managers for building a dependency graph.
Various dependency selectors for building a dependency graph.
-
Uses of Exclusion in org.eclipse.aether.collection
Modifier and TypeMethodDescriptionDependencyManagement.getExclusions()
Gets the new exclusions to apply to the dependency.Modifier and TypeMethodDescriptionDependencyManagement.setExclusions
(Collection<Exclusion> exclusions) Sets the new exclusions to apply to the dependency. -
Uses of Exclusion in org.eclipse.aether.graph
Modifier and TypeMethodDescriptionDependency.getExclusions()
Gets the exclusions for this dependency.Modifier and TypeMethodDescriptionDependency.setExclusions
(Collection<Exclusion> exclusions) Sets the exclusions for the dependency.ModifierConstructorDescriptionDependency
(Artifact artifact, String scope, Boolean optional, Collection<Exclusion> exclusions) Creates a dependency on the specified artifact with the given scope and exclusions. -
Uses of Exclusion in org.eclipse.aether.util.graph.manager
Modifier and TypeMethodDescriptionstatic Collection
<Exclusion> DependencyManagerUtils.getPremanagedExclusions
(DependencyNode node) Gets theExclusion
s of the specified dependency node before dependency management was applied (if any). -
Uses of Exclusion in org.eclipse.aether.util.graph.selector
ModifierConstructorDescriptionExclusionDependencySelector
(Collection<Exclusion> exclusions) Creates a new selector with the specified exclusions.