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 with type parameters of type AbstractDependencyManager Modifier and Type Field Description protected java.util.ArrayList<AbstractDependencyManager>AbstractDependencyManager. pathThe path of parent managers from root to current level.Constructor parameters in org.eclipse.aether.util.graph.manager with type arguments of type AbstractDependencyManager Constructor Description AbstractDependencyManager(java.util.ArrayList<AbstractDependencyManager> path, 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)
-