Uses of Interface
org.eclipse.aether.repository.LocalRepositoryManager
-
Uses of LocalRepositoryManager in org.eclipse.aether
Modifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getLocalRepositoryManager()
DefaultRepositorySystemSession.getLocalRepositoryManager()
RepositorySystemSession.getLocalRepositoryManager()
Gets the local repository manager used during this session.RepositorySystem.newLocalRepositoryManager
(RepositorySystemSession session, LocalRepository localRepository) Creates a new manager for the specified local repository.Modifier and TypeMethodDescriptionDefaultRepositorySystemSession.setLocalRepositoryManager
(LocalRepositoryManager localRepositoryManager) Sets the local repository manager used during this session.RepositorySystemSession.SessionBuilder.setLocalRepositoryManager
(LocalRepositoryManager localRepositoryManager) Sets the local repository manager used during this session.