Uses of Class
org.eclipse.aether.repository.NoLocalRepositoryManagerException
Package
Description
The provisional interfaces defining the various subcomponents that implement the repository system.
The various sub components that collectively implement the repository system.
The contract for custom local repository implementations.
-
Uses of NoLocalRepositoryManagerException in org.eclipse.aether.impl
Modifier and TypeMethodDescriptionLocalRepositoryProvider.newLocalRepositoryManager
(RepositorySystemSession session, LocalRepository localRepository) Creates a new manager for the specified local repository. -
Uses of NoLocalRepositoryManagerException in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionEnhancedLocalRepositoryManagerFactory.newInstance
(RepositorySystemSession session, LocalRepository repository) SimpleLocalRepositoryManagerFactory.newInstance
(RepositorySystemSession session, LocalRepository repository) DefaultLocalRepositoryProvider.newLocalRepositoryManager
(RepositorySystemSession session, LocalRepository repository) -
Uses of NoLocalRepositoryManagerException in org.eclipse.aether.spi.localrepo
Modifier and TypeMethodDescriptionLocalRepositoryManagerFactory.newInstance
(RepositorySystemSession session, LocalRepository repository) Tries to create a repository manager for the specified local repository.