Class NoopDependencyManager

java.lang.Object
org.eclipse.aether.util.graph.manager.NoopDependencyManager
All Implemented Interfaces:
DependencyManager

public final class NoopDependencyManager extends Object implements DependencyManager
A dependency manager that does not do any dependency management.
  • Field Details

    • INSTANCE

      public static final DependencyManager 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

      Creates a new instance of this dependency manager. Usually, INSTANCE should be used instead.
  • Method Details