Uses of Class
org.eclipse.jgit.errors.RepositoryNotFoundException
-
Packages that use RepositoryNotFoundException Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.transport.resolver Server-side resolver for locating repositories by URLs. -
-
Uses of RepositoryNotFoundException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw RepositoryNotFoundException Modifier and Type Method Description RepositoryRepositoryCache.Key. open(boolean mustExist)Called byRepositoryCache.open(Key)if it doesn't exist yet.static RepositoryRepositoryCache. 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 RepositoryNotFoundException Modifier and Type Method Description RepositoryFileResolver. open(C req, String name)Locate and open a reference to aRepository.RepositoryRepositoryResolver. open(C req, String name)Locate and open a reference to aRepository.
-