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 SystemDependencyScope
SystemDependencyScope.LEGACY
The "legacy" system scope, used when there is noScopeManager
set 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 SystemDependencyScope
AbstractDependencyManager.systemDependencyScope
Constructors in org.eclipse.aether.util.graph.manager with parameters of type SystemDependencyScopeModifierConstructorDescriptionprotected
AbstractDependencyManager
(int depth, int deriveUntil, int applyFrom, Map<Object, AbstractDependencyManager.Holder<String>> managedVersions, Map<Object, AbstractDependencyManager.Holder<String>> managedScopes, Map<Object, AbstractDependencyManager.Holder<Boolean>> managedOptionals, Map<Object, AbstractDependencyManager.Holder<String>> managedLocalPaths, Map<Object, Collection<AbstractDependencyManager.Holder<Collection<Exclusion>>>> managedExclusions, SystemDependencyScope systemDependencyScope)