Uses of Class
org.eclipse.aether.repository.NoLocalRepositoryManagerException
-
Packages that use NoLocalRepositoryManagerException Package Description org.eclipse.aether.impl The provisional interfaces defining the various sub components that implement the repository system.org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.spi.localrepo The contract for custom local repository implementations. -
-
Uses of NoLocalRepositoryManagerException in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl that throw NoLocalRepositoryManagerException Modifier and Type Method Description LocalRepositoryManagerLocalRepositoryProvider. 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 NoLocalRepositoryManagerException Modifier and Type Method Description LocalRepositoryManagerEnhancedLocalRepositoryManagerFactory. newInstance(RepositorySystemSession session, LocalRepository repository)LocalRepositoryManagerSimpleLocalRepositoryManagerFactory. newInstance(RepositorySystemSession session, LocalRepository repository)LocalRepositoryManagerDefaultLocalRepositoryProvider. newLocalRepositoryManager(RepositorySystemSession session, LocalRepository repository) -
Uses of NoLocalRepositoryManagerException in org.eclipse.aether.spi.localrepo
Methods in org.eclipse.aether.spi.localrepo that throw NoLocalRepositoryManagerException Modifier and Type Method Description LocalRepositoryManagerLocalRepositoryManagerFactory. newInstance(RepositorySystemSession session, LocalRepository repository)Tries to create a repository manager for the specified local repository.
-