Package org.eclipse.aether.util.graph.manager


package org.eclipse.aether.util.graph.manager
Various dependency managers for building a dependency graph.
  • Classes
    Class
    Description
    A dependency manager support class.
     
     
    A dependency manager that mimics the way Maven 2.x works.
    A dependency manager managing dependencies on all levels supporting transitive dependency management.
    A utility class assisting in analyzing the effects of dependency management.
    MMap<K,V>
    Warning: this is a special map-like construct that suits only and should be used only in this package! It has the following properties: memorizes once calculated hashCode once hashCode calculated, goes into "read only" mode (put method will fail) otherwise all the rest is same as for HashMap This class is not a generic map class; only those methods are "protected" that are in use in this very package.
    A dependency manager that does not do any dependency management.
    A dependency manager managing transitive dependencies supporting transitive dependency management.