Uses of Class
org.eclipse.aether.graph.Exclusion
-
Packages that use Exclusion Package Description org.eclipse.aether.collection The types and extension points for collecting the transitive dependencies of an artifact and building a dependency graph.org.eclipse.aether.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 Exclusion Modifier and Type Method Description Collection<Exclusion>DependencyManagement. getExclusions()Gets the new exclusions to apply to the dependency.Method parameters in org.eclipse.aether.collection with type arguments of type Exclusion Modifier and Type Method Description DependencyManagementDependencyManagement. 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 Exclusion Modifier and Type Method Description Collection<Exclusion>Dependency. getExclusions()Gets the exclusions for this dependency.Method parameters in org.eclipse.aether.graph with type arguments of type Exclusion Modifier and Type Method Description DependencyDependency. setExclusions(Collection<Exclusion> exclusions)Sets the exclusions for the dependency.Constructor parameters in org.eclipse.aether.graph with type arguments of type Exclusion Constructor Description Dependency(Artifact artifact, String scope, Boolean optional, Collection<Exclusion> exclusions)Creates a dependency on the specified artifact with the given scope and exclusions.
-