Uses of Interface
org.eclipse.aether.scope.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
Modifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getSystemDependencyScope()
DefaultRepositorySystemSession.getSystemDependencyScope()
RepositorySystemSession.getSystemDependencyScope()
Returns the system dependency scope. -
Uses of SystemDependencyScope in org.eclipse.aether.impl.scope
Modifier 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
Modifier and TypeMethodDescriptionScopeManagerImpl.createSystemDependencyScope
(String id, boolean transitive, Collection<BuildScopeQuery> presence, String systemPathProperty) -
Uses of SystemDependencyScope in org.eclipse.aether.internal.impl.session
-
Uses of SystemDependencyScope in org.eclipse.aether.scope
Modifier and TypeFieldDescriptionstatic final SystemDependencyScope
SystemDependencyScope.LEGACY
The "legacy" system scope, used when there is noScopeManager
set on session.Modifier and TypeMethodDescriptionScopeManager.getSystemDependencyScope()
Returns the "system" scope, if exists. -
Uses of SystemDependencyScope in org.eclipse.aether.util.graph.manager
Modifier and TypeFieldDescriptionprotected final SystemDependencyScope
AbstractDependencyManager.systemDependencyScope
ModifierConstructorDescriptionprotected
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)