Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
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.util.graph.selector |
Various dependency selectors for building a dependency graph.
|
Modifier and Type | Method and Description |
---|---|
DependencySelector |
DefaultRepositorySystemSession.getDependencySelector() |
DependencySelector |
AbstractForwardingRepositorySystemSession.getDependencySelector() |
DependencySelector |
RepositorySystemSession.getDependencySelector()
Gets the dependency selector to use for building dependency graphs.
|
Modifier and Type | Method and Description |
---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setDependencySelector(DependencySelector dependencySelector)
Sets the dependency selector to use for building dependency graphs.
|
Modifier and Type | Method and Description |
---|---|
DependencySelector |
DependencySelector.deriveChildSelector(DependencyCollectionContext context)
Derives a dependency selector for the specified collection context.
|
Modifier and Type | Class and Description |
---|---|
class |
AndDependencySelector
A dependency selector that combines zero or more other selectors using a logical
AND . |
class |
ExclusionDependencySelector
A dependency selector that applies exclusions based on artifact coordinates.
|
class |
OptionalDependencySelector
A dependency selector that excludes optional dependencies which occur beyond level one of the dependency graph.
|
class |
ScopeDependencySelector
A dependency selector that filters transitive dependencies based on their scope.
|
class |
StaticDependencySelector
A dependency selector that always includes or excludes dependencies.
|
Modifier and Type | Method and Description |
---|---|
DependencySelector |
ScopeDependencySelector.deriveChildSelector(DependencyCollectionContext context) |
DependencySelector |
StaticDependencySelector.deriveChildSelector(DependencyCollectionContext context) |
DependencySelector |
OptionalDependencySelector.deriveChildSelector(DependencyCollectionContext context) |
DependencySelector |
AndDependencySelector.deriveChildSelector(DependencyCollectionContext context) |
DependencySelector |
ExclusionDependencySelector.deriveChildSelector(DependencyCollectionContext context) |
static DependencySelector |
AndDependencySelector.newInstance(DependencySelector selector1,
DependencySelector selector2)
Creates a new selector from the specified selectors.
|
Modifier and Type | Method and Description |
---|---|
static DependencySelector |
AndDependencySelector.newInstance(DependencySelector selector1,
DependencySelector selector2)
Creates a new selector from the specified selectors.
|
Constructor and Description |
---|
AndDependencySelector(DependencySelector... selectors)
Creates a new selector from the specified selectors.
|
Constructor and Description |
---|
AndDependencySelector(Collection<? extends DependencySelector> selectors)
Creates a new selector from the specified selectors.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.