Class NoopDependencyManager
java.lang.Object
org.eclipse.aether.util.graph.manager.NoopDependencyManager
- All Implemented Interfaces:
org.eclipse.aether.collection.DependencyManager
public final class NoopDependencyManager
extends Object
implements org.eclipse.aether.collection.DependencyManager
A dependency manager that does not do any dependency management.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.eclipse.aether.collection.DependencyManager
A ready-made instance of this dependency manager which can safely be reused throughout an entire application regardless of multi-threading. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.aether.collection.DependencyManager
deriveChildManager
(org.eclipse.aether.collection.DependencyCollectionContext context) boolean
int
hashCode()
org.eclipse.aether.collection.DependencyManagement
manageDependency
(org.eclipse.aether.graph.Dependency dependency)
-
Field Details
-
INSTANCE
A ready-made instance of this dependency manager which can safely be reused throughout an entire application regardless of multi-threading.
-
-
Constructor Details
-
NoopDependencyManager
public NoopDependencyManager()Creates a new instance of this dependency manager. Usually,INSTANCE
should be used instead.
-
-
Method Details
-
deriveChildManager
public org.eclipse.aether.collection.DependencyManager deriveChildManager(org.eclipse.aether.collection.DependencyCollectionContext context) - Specified by:
deriveChildManager
in interfaceorg.eclipse.aether.collection.DependencyManager
-
manageDependency
public org.eclipse.aether.collection.DependencyManagement manageDependency(org.eclipse.aether.graph.Dependency dependency) - Specified by:
manageDependency
in interfaceorg.eclipse.aether.collection.DependencyManager
-
equals
-
hashCode
-