Uses of Interface
org.eclipse.aether.scope.SystemDependencyScope
Packages that use SystemDependencyScope
Package
Description
The primary API of the
RepositorySystem and its functionality.Various dependency managers for building a dependency graph.
-
Uses of SystemDependencyScope in org.eclipse.aether
Methods in org.eclipse.aether that return SystemDependencyScopeModifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getSystemDependencyScope()DefaultRepositorySystemSession.getSystemDependencyScope()RepositorySystemSession.getSystemDependencyScope()Returns the system dependency scope. -
Uses of SystemDependencyScope in org.eclipse.aether.impl.scope
Methods in org.eclipse.aether.impl.scope that return SystemDependencyScopeModifier and TypeMethodDescriptionInternalScopeManager.createSystemDependencyScope(String id, boolean transitive, Collection<BuildScopeQuery> presence, String systemPathProperty) Creates system dependency scope instance. -
Uses of SystemDependencyScope in org.eclipse.aether.internal.impl.scope
Methods in org.eclipse.aether.internal.impl.scope that return SystemDependencyScopeModifier and TypeMethodDescriptionScopeManagerImpl.createSystemDependencyScope(String id, boolean transitive, Collection<BuildScopeQuery> presence, String systemPathProperty) Methods in org.eclipse.aether.internal.impl.scope that return types with arguments of type SystemDependencyScope -
Uses of SystemDependencyScope in org.eclipse.aether.internal.impl.session
Methods in org.eclipse.aether.internal.impl.session that return SystemDependencyScope -
Uses of SystemDependencyScope in org.eclipse.aether.scope
Fields in org.eclipse.aether.scope declared as SystemDependencyScopeModifier and TypeFieldDescriptionstatic final SystemDependencyScopeSystemDependencyScope.LEGACYThe "legacy" system scope, used when there is noScopeManagerset on session.Methods in org.eclipse.aether.scope that return types with arguments of type SystemDependencyScopeModifier and TypeMethodDescriptionScopeManager.getSystemDependencyScope()Returns the "system" scope, if exists. -
Uses of SystemDependencyScope in org.eclipse.aether.util.graph.manager
Fields in org.eclipse.aether.util.graph.manager declared as SystemDependencyScopeModifier and TypeFieldDescriptionprotected final SystemDependencyScopeAbstractDependencyManager.systemDependencyScopeSystem dependency scope handler, may be null if no system scope is defined.Constructors in org.eclipse.aether.util.graph.manager with parameters of type SystemDependencyScopeModifierConstructorDescriptionprotectedAbstractDependencyManager(ArrayList<AbstractDependencyManager> path, int depth, int deriveUntil, int applyFrom, MMap<AbstractDependencyManager.Key, String> managedVersions, MMap<AbstractDependencyManager.Key, String> managedScopes, MMap<AbstractDependencyManager.Key, Boolean> managedOptionals, MMap<AbstractDependencyManager.Key, String> managedLocalPaths, MMap<AbstractDependencyManager.Key, AbstractDependencyManager.Holder<Collection<Exclusion>>> managedExclusions, SystemDependencyScope systemDependencyScope)