Uses of Class
org.eclipse.aether.util.graph.manager.AbstractDependencyManager
-
Packages that use AbstractDependencyManager Package Description org.eclipse.aether.util.graph.manager Various dependency managers for building a dependency graph. -
-
Uses of AbstractDependencyManager in org.eclipse.aether.util.graph.manager
Subclasses of AbstractDependencyManager in org.eclipse.aether.util.graph.manager Modifier and Type Class Description classClassicDependencyManagerA dependency manager that mimics the way Maven 2.x works for backward compatibility.classDefaultDependencyManagerA dependency manager that applies management at all levels with aggressive transitive behavior.classTransitiveDependencyManagerA dependency manager that provides proper transitive dependency management for modern Maven usage.Fields in org.eclipse.aether.util.graph.manager declared as AbstractDependencyManager Modifier and Type Field Description protected AbstractDependencyManagerAbstractDependencyManager. parentParent manager in the dependency graph (forms a linked list from leaf toward root).Constructors in org.eclipse.aether.util.graph.manager with parameters of type AbstractDependencyManager Constructor Description AbstractDependencyManager(AbstractDependencyManager parent, int depth, int deriveUntil, int applyFrom, MMap<AbstractDependencyManager.Key,java.lang.String> managedVersions, MMap<AbstractDependencyManager.Key,java.lang.String> managedScopes, MMap<AbstractDependencyManager.Key,java.lang.Boolean> managedOptionals, MMap<AbstractDependencyManager.Key,java.lang.String> managedLocalPaths, MMap<AbstractDependencyManager.Key,AbstractDependencyManager.Holder<java.util.Collection<org.eclipse.aether.graph.Exclusion>>> managedExclusions, org.eclipse.aether.scope.SystemDependencyScope systemDependencyScope)
-