Uses of Package
org.eclipse.aether.util.graph.manager
-
Packages that use org.eclipse.aether.util.graph.manager Package Description org.eclipse.aether.util.graph.manager Various dependency managers for building a dependency graph. -
Classes in org.eclipse.aether.util.graph.manager used by org.eclipse.aether.util.graph.manager Class Description AbstractDependencyManager A dependency manager support class for Maven-specific dependency graph management.AbstractDependencyManager.Holder Wrapper class for collection to memoize hash code.AbstractDependencyManager.Key Key class for dependency management rules based on GACE coordinates.MMap 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 forHashMapThis class is not a generic map class; only those methods are "protected" that are in use in this very package.