Uses of Class
org.eclipse.aether.repository.LocalRepository
Package
Description
The primary API of the
RepositorySystem
and its functionality.The definition of various kinds of repositories that host artifacts.
A listener and various exception types dealing with the transfer of a resource between the local system and a remote
repository.
-
Uses of LocalRepository in org.eclipse.aether
Modifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getLocalRepository()
DefaultRepositorySystemSession.getLocalRepository()
RepositorySystemSession.getLocalRepository()
Gets the local repository used during this session.Modifier and TypeMethodDescriptionRepositorySystem.newLocalRepositoryManager
(RepositorySystemSession session, LocalRepository localRepository) Creates a new manager for the specified local repository. -
Uses of LocalRepository in org.eclipse.aether.repository
Modifier and TypeMethodDescriptionLocalRepositoryManager.getRepository()
Gets the description of the local repository being managed.NoLocalRepositoryManagerException.getRepository()
Gets the local repository whose content type is not supported.ModifierConstructorDescriptionNoLocalRepositoryManagerException
(LocalRepository repository) Creates a new exception with the specified repository.NoLocalRepositoryManagerException
(LocalRepository repository, String message) Creates a new exception with the specified repository and detail message.NoLocalRepositoryManagerException
(LocalRepository repository, String message, Throwable cause) Creates a new exception with the specified repository, detail message and cause.NoLocalRepositoryManagerException
(LocalRepository repository, Throwable cause) Creates a new exception with the specified repository and cause. -
Uses of LocalRepository in org.eclipse.aether.transfer
ModifierConstructorDescriptionMetadataNotFoundException
(Metadata metadata, LocalRepository repository) Creates a new exception with the specified metadata and local repository.