Uses of Interface
org.eclipse.aether.repository.LocalRepositoryManager
-
Packages that use LocalRepositoryManager Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality. -
-
Uses of LocalRepositoryManager in org.eclipse.aether
Methods in org.eclipse.aether that return LocalRepositoryManager Modifier and Type Method Description LocalRepositoryManagerAbstractForwardingRepositorySystemSession. getLocalRepositoryManager()LocalRepositoryManagerDefaultRepositorySystemSession. getLocalRepositoryManager()LocalRepositoryManagerRepositorySystemSession. getLocalRepositoryManager()Gets the local repository manager used during this session.LocalRepositoryManagerRepositorySystem. newLocalRepositoryManager(RepositorySystemSession session, LocalRepository localRepository)Creates a new manager for the specified local repository.Methods in org.eclipse.aether with parameters of type LocalRepositoryManager Modifier and Type Method Description DefaultRepositorySystemSessionDefaultRepositorySystemSession. setLocalRepositoryManager(LocalRepositoryManager localRepositoryManager)Sets the local repository manager used during this session.
-