Uses of Class
org.eclipse.aether.repository.NoLocalRepositoryManagerException
Packages that use 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
Methods in org.eclipse.aether.impl that throw NoLocalRepositoryManagerExceptionModifier 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
Methods in org.eclipse.aether.internal.impl that throw NoLocalRepositoryManagerExceptionModifier 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
Methods in org.eclipse.aether.spi.localrepo that throw NoLocalRepositoryManagerExceptionModifier and TypeMethodDescriptionLocalRepositoryManagerFactory.newInstance
(RepositorySystemSession session, LocalRepository repository) Tries to create a repository manager for the specified local repository.