public interface DependencyManager
equals() method.RepositorySystemSession.getDependencyManager(),
RepositorySystem.collectDependencies(org.sonatype.aether.RepositorySystemSession,
CollectRequest)| Modifier and Type | Method and Description |
|---|---|
DependencyManager |
deriveChildManager(DependencyCollectionContext context)
Derives a dependency manager for the specified collection context.
|
DependencyManagement |
manageDependency(Dependency dependency)
Applies dependency management to the specified dependency.
|
DependencyManagement manageDependency(Dependency dependency)
dependency - The dependency to manage, must not be null.null if the dependency is not managed at all.DependencyManager deriveChildManager(DependencyCollectionContext context)
context - The dependency collection context, must not be null.null.Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.