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.
Internal helper classes for dependency collector.
Various dependency managers for building a dependency graph.
Various dependency selectors for building a dependency graph.
-
Uses of Exclusion in org.eclipse.aether.collection
Fields in org.eclipse.aether.collection with type parameters of type ExclusionMethods 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
Fields in org.eclipse.aether.graph declared as ExclusionFields in org.eclipse.aether.graph with type parameters of type ExclusionMethods in org.eclipse.aether.graph that return types with arguments of type ExclusionModifier and TypeMethodDescriptionDependency.Exclusions.copy
(Collection<Exclusion> exclusions) Dependency.getExclusions()
Gets the exclusions for this dependency.Dependency.Exclusions.iterator()
Method parameters in org.eclipse.aether.graph with type arguments of type ExclusionModifier and TypeMethodDescriptionDependency.Exclusions.copy
(Collection<Exclusion> exclusions) private boolean
Dependency.hasEquivalentExclusions
(Collection<Exclusion> exclusions) Dependency.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.private
private
Exclusions
(Collection<Exclusion> exclusions) -
Uses of Exclusion in org.eclipse.aether.internal.impl.collect
Fields in org.eclipse.aether.internal.impl.collect with type parameters of type ExclusionModifier and TypeFieldDescription(package private) final Collection<Exclusion>
DefaultDependencyCollector.PremanagedDependency.premanagedExclusions
Constructor parameters in org.eclipse.aether.internal.impl.collect with type arguments of type ExclusionModifierConstructorDescription(package private)
PremanagedDependency
(String premanagedVersion, String premanagedScope, Boolean premanagedOptional, Collection<Exclusion> premanagedExclusions, Map<String, String> premanagedProperties, int managedBits, Dependency managedDependency, boolean premanagedState) -
Uses of Exclusion in org.eclipse.aether.util.graph.manager
Fields in org.eclipse.aether.util.graph.manager with type parameters of type ExclusionModifier and TypeFieldDescriptionprivate final Map<Object,
Collection<Exclusion>> ClassicDependencyManager.managedExclusions
private final Map<Object,
Collection<Exclusion>> DefaultDependencyManager.managedExclusions
private final Map<Object,
Collection<Exclusion>> TransitiveDependencyManager.managedExclusions
Methods in org.eclipse.aether.util.graph.manager that return types with arguments of type ExclusionModifier 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
Fields in org.eclipse.aether.util.graph.selector declared as ExclusionModifier and TypeFieldDescriptionprivate final Exclusion[]
ExclusionDependencySelector.exclusions
Methods in org.eclipse.aether.util.graph.selector with parameters of type ExclusionModifier and TypeMethodDescriptionint
private boolean
Constructors in org.eclipse.aether.util.graph.selector with parameters of type ExclusionConstructor parameters in org.eclipse.aether.util.graph.selector with type arguments of type ExclusionModifierConstructorDescriptionExclusionDependencySelector
(Collection<Exclusion> exclusions) Creates a new selector with the specified exclusions.