Uses of Interface
org.eclipse.aether.repository.LocalRepositoryManager
Packages that use LocalRepositoryManager
-
Uses of LocalRepositoryManager in org.eclipse.aether
Methods in org.eclipse.aether that return LocalRepositoryManagerModifier 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.Methods in org.eclipse.aether with parameters of type LocalRepositoryManagerModifier and TypeMethodDescriptionDefaultRepositorySystemSession.setLocalRepositoryManager
(LocalRepositoryManager localRepositoryManager) Sets the local repository manager used during this session.