Uses of Interface
org.eclipse.aether.scope.ScopeManager
-
Packages that use ScopeManager Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality. -
-
Uses of ScopeManager in org.eclipse.aether
Methods in org.eclipse.aether that return ScopeManager Modifier and Type Method Description ScopeManagerAbstractForwardingRepositorySystemSession. getScopeManager()ScopeManagerDefaultRepositorySystemSession. getScopeManager()ScopeManagerRepositorySystemSession. getScopeManager()Returns the scope manager to be used in this session, may benullif not set.Methods in org.eclipse.aether with parameters of type ScopeManager Modifier and Type Method Description DefaultRepositorySystemSessionDefaultRepositorySystemSession. setScopeManager(ScopeManager scopeManager)Sets the scope manager, may benull.RepositorySystemSession.SessionBuilderRepositorySystemSession.SessionBuilder. setScopeManager(ScopeManager scopeManager)Sets the scope manager for session, may benull.
-