public final class NoopDependencyManager extends Object implements DependencyManager
| Modifier and Type | Field and Description |
|---|---|
static DependencyManager |
INSTANCE
A ready-made instance of this dependency manager which can safely be reused throughout an entire application
regardless of multi-threading.
|
| Constructor and Description |
|---|
NoopDependencyManager()
Creates a new instance of this dependency manager.
|
| Modifier and Type | Method and Description |
|---|---|
DependencyManager |
deriveChildManager(DependencyCollectionContext context) |
boolean |
equals(Object obj) |
int |
hashCode() |
DependencyManagement |
manageDependency(Dependency dependency) |
public static final DependencyManager INSTANCE
public NoopDependencyManager()
INSTANCE should be used instead.public DependencyManager deriveChildManager(DependencyCollectionContext context)
deriveChildManager in interface DependencyManagerpublic DependencyManagement manageDependency(Dependency dependency)
manageDependency in interface DependencyManagerCopyright © 2010–2022 The Apache Software Foundation. All rights reserved.