Uses of Interface
org.eclipse.aether.repository.LocalRepositoryManager
Packages that use LocalRepositoryManager
Package
Description
The primary API of the
RepositorySystem
and its functionality.The provisional interfaces defining the various sub components that implement the repository system.
The various sub components that collectively implement the repository system.
Utility classes to ease unit testing.
The contract for custom local repository implementations.
-
Uses of LocalRepositoryManager in org.eclipse.aether
Fields in org.eclipse.aether declared as LocalRepositoryManagerModifier and TypeFieldDescriptionprivate LocalRepositoryManager
DefaultRepositorySystemSession.localRepositoryManager
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. -
Uses of LocalRepositoryManager in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl that return LocalRepositoryManagerModifier and TypeMethodDescriptionLocalRepositoryProvider.newLocalRepositoryManager
(RepositorySystemSession session, LocalRepository localRepository) Creates a new manager for the specified local repository. -
Uses of LocalRepositoryManager in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement LocalRepositoryManagerModifier and TypeClassDescription(package private) class
These are implementation details for enhanced local repository manager, subject to change without prior notice.(package private) class
A local repository manager that realizes the classical Maven 2.0 local repository.Methods in org.eclipse.aether.internal.impl that return LocalRepositoryManagerModifier and TypeMethodDescriptionEnhancedLocalRepositoryManagerFactory.newInstance
(RepositorySystemSession session, LocalRepository repository) SimpleLocalRepositoryManagerFactory.newInstance
(RepositorySystemSession session, LocalRepository repository) DefaultLocalRepositoryProvider.newLocalRepositoryManager
(RepositorySystemSession session, LocalRepository repository) DefaultRepositorySystem.newLocalRepositoryManager
(RepositorySystemSession session, LocalRepository localRepository) Methods in org.eclipse.aether.internal.impl with parameters of type LocalRepositoryManagerModifier and TypeMethodDescriptionprivate void
DefaultInstaller.install
(RepositorySystemSession session, RequestTrace trace, Artifact artifact, LocalRepositoryManager lrm, File srcFile, FileTransformer fileTransformer) -
Uses of LocalRepositoryManager in org.eclipse.aether.internal.test.util
Classes in org.eclipse.aether.internal.test.util that implement LocalRepositoryManagerModifier and TypeClassDescriptionclass
A simplistic local repository manager that uses a temporary base directory. -
Uses of LocalRepositoryManager in org.eclipse.aether.spi.localrepo
Methods in org.eclipse.aether.spi.localrepo that return LocalRepositoryManagerModifier and TypeMethodDescriptionLocalRepositoryManagerFactory.newInstance
(RepositorySystemSession session, LocalRepository repository) Tries to create a repository manager for the specified local repository.