Uses of Interface
org.eclipse.aether.SystemScopeHandler
-
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
.