Uses of Interface
org.eclipse.aether.SystemScopeHandler
Package
Description
The primary API of the
RepositorySystem
and its functionality.Various dependency managers for building a dependency graph.
-
Uses of SystemScopeHandler in org.eclipse.aether
Modifier and TypeFieldDescriptionstatic final SystemScopeHandler
SystemScopeHandler.LEGACY
The equivalent of Resolver 1.x "system" scope.Modifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getSystemScopeHandler()
DefaultRepositorySystemSession.getSystemScopeHandler()
RepositorySystemSession.getSystemScopeHandler()
Returns the system scope handler, nevernull
.Modifier and TypeMethodDescriptionDefaultRepositorySystemSession.setSystemScopeHandler
(SystemScopeHandler systemScopeHandler) Sets the system scope handler, must not benull
.RepositorySystemSession.SessionBuilder.setSystemScopeHandler
(SystemScopeHandler systemScopeHandler) Sets the system scope handler for session, may not benull
. -
Uses of SystemScopeHandler in org.eclipse.aether.internal.impl.session
Modifier and TypeMethodDescriptionDefaultSessionBuilder.setSystemScopeHandler
(SystemScopeHandler systemScopeHandler) ModifierConstructorDescriptionDefaultCloseableSession
(String sessionId, boolean offline, boolean ignoreArtifactDescriptorRepositories, ResolutionErrorPolicy resolutionErrorPolicy, ArtifactDescriptorPolicy artifactDescriptorPolicy, String checksumPolicy, String artifactUpdatePolicy, String metadataUpdatePolicy, LocalRepositoryManager localRepositoryManager, Collection<LocalRepository> localRepositories, WorkspaceReader workspaceReader, Collection<RepositoryListener> repositoryListener, Collection<TransferListener> transferListener, Map<String, String> systemProperties, Map<String, String> userProperties, Map<String, Object> configProperties, MirrorSelector mirrorSelector, ProxySelector proxySelector, AuthenticationSelector authenticationSelector, ArtifactTypeRegistry artifactTypeRegistry, DependencyTraverser dependencyTraverser, DependencyManager dependencyManager, DependencySelector dependencySelector, VersionFilter versionFilter, DependencyGraphTransformer dependencyGraphTransformer, SessionData data, RepositoryCache cache, SystemScopeHandler systemScopeHandler, List<Runnable> onSessionEndedHandlers, RepositorySystem repositorySystem, RepositorySystemLifecycle repositorySystemLifecycle) -
Uses of SystemScopeHandler in org.eclipse.aether.util.graph.manager
Modifier and TypeFieldDescriptionprotected static final SystemScopeHandler
AbstractDependencyManager.SYSTEM_SCOPE_HANDLER
Deprecated.To be removed when deprecated constructors are removed.protected final SystemScopeHandler
AbstractDependencyManager.systemScopeHandler
ModifierConstructorDescriptionprotected
AbstractDependencyManager
(int depth, int deriveUntil, int applyFrom, Map<Object, String> managedVersions, Map<Object, String> managedScopes, Map<Object, Boolean> managedOptionals, Map<Object, String> managedLocalPaths, Map<Object, Collection<Exclusion>> managedExclusions, SystemScopeHandler systemScopeHandler) protected
AbstractDependencyManager
(int deriveUntil, int applyFrom, SystemScopeHandler systemScopeHandler) ClassicDependencyManager
(boolean transitive, SystemScopeHandler systemScopeHandler) Creates a new dependency manager without any management information.ClassicDependencyManager
(SystemScopeHandler systemScopeHandler) DefaultDependencyManager
(SystemScopeHandler systemScopeHandler) TransitiveDependencyManager
(SystemScopeHandler systemScopeHandler)