|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DependencyManager | |
---|---|
org.sonatype.aether | |
org.sonatype.aether.collection | |
org.sonatype.aether.test.impl | |
org.sonatype.aether.util | |
org.sonatype.aether.util.graph.manager |
Uses of DependencyManager in org.sonatype.aether |
---|
Methods in org.sonatype.aether that return DependencyManager | |
---|---|
DependencyManager |
RepositorySystemSession.getDependencyManager()
Gets the dependency manager to use for building dependency graphs. |
Uses of DependencyManager in org.sonatype.aether.collection |
---|
Methods in org.sonatype.aether.collection that return DependencyManager | |
---|---|
DependencyManager |
DependencyManager.deriveChildManager(DependencyCollectionContext context)
Derives a dependency manager for the specified collection context. |
Uses of DependencyManager in org.sonatype.aether.test.impl |
---|
Methods in org.sonatype.aether.test.impl that return DependencyManager | |
---|---|
DependencyManager |
TestRepositorySystemSession.getDependencyManager()
|
Methods in org.sonatype.aether.test.impl with parameters of type DependencyManager | |
---|---|
void |
TestRepositorySystemSession.setDependencyManager(DependencyManager manager)
|
Uses of DependencyManager in org.sonatype.aether.util |
---|
Methods in org.sonatype.aether.util that return DependencyManager | |
---|---|
DependencyManager |
FilterRepositorySystemSession.getDependencyManager()
|
DependencyManager |
DefaultRepositorySystemSession.getDependencyManager()
|
Methods in org.sonatype.aether.util with parameters of type DependencyManager | |
---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setDependencyManager(DependencyManager dependencyManager)
|
Uses of DependencyManager in org.sonatype.aether.util.graph.manager |
---|
Classes in org.sonatype.aether.util.graph.manager that implement DependencyManager | |
---|---|
class |
ClassicDependencyManager
A dependency manager that mimics the way Maven 2.x works. |
class |
NoopDependencyManager
A dependency manager that does not do any dependency management. |
Fields in org.sonatype.aether.util.graph.manager declared as DependencyManager | |
---|---|
static DependencyManager |
NoopDependencyManager.INSTANCE
|
Methods in org.sonatype.aether.util.graph.manager that return DependencyManager | |
---|---|
DependencyManager |
NoopDependencyManager.deriveChildManager(DependencyCollectionContext context)
|
DependencyManager |
ClassicDependencyManager.deriveChildManager(DependencyCollectionContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |