Uses of Class
org.eclipse.jgit.errors.RepositoryNotFoundException
Packages that use RepositoryNotFoundException
Package
Description
Core API for repository, config, refs, object database.
Server-side resolver for locating repositories by URLs.
-
Uses of RepositoryNotFoundException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw RepositoryNotFoundExceptionModifier and TypeMethodDescriptionRepositoryCache.Key.open
(boolean mustExist) Called byRepositoryCache.open(Key)
if it doesn't exist yet.static Repository
RepositoryCache.open
(RepositoryCache.Key location) Open an existing repository, reusing a cached instance if possible. -
Uses of RepositoryNotFoundException in org.eclipse.jgit.transport.resolver
Methods in org.eclipse.jgit.transport.resolver that throw RepositoryNotFoundExceptionModifier and TypeMethodDescriptionLocate and open a reference to aRepository
.Locate and open a reference to aRepository
.