Uses of Interface
org.eclipse.aether.SystemScopeHandler
Packages that use SystemScopeHandler
-
Uses of SystemScopeHandler in org.eclipse.aether
Fields in org.eclipse.aether declared as SystemScopeHandlerModifier and TypeFieldDescriptionstatic final SystemScopeHandlerSystemScopeHandler.LEGACYThe equivalent of Resolver 1.x "system" scope.Methods in org.eclipse.aether that return SystemScopeHandlerModifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getSystemScopeHandler()DefaultRepositorySystemSession.getSystemScopeHandler()RepositorySystemSession.getSystemScopeHandler()Returns the system scope handler, nevernull.Methods in org.eclipse.aether with parameters of type SystemScopeHandlerModifier 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.