|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RepositoryCache.Key | |
|---|---|
| org.eclipse.jgit.lib | |
| Uses of RepositoryCache.Key in org.eclipse.jgit.lib |
|---|
| Classes in org.eclipse.jgit.lib that implement RepositoryCache.Key | |
|---|---|
static class |
RepositoryCache.FileKey
Location of a Repository, using the standard java.io.File API. |
| Methods in org.eclipse.jgit.lib with parameters of type RepositoryCache.Key | |
|---|---|
static Repository |
RepositoryCache.open(RepositoryCache.Key location)
Open an existing repository, reusing a cached instance if possible. |
static Repository |
RepositoryCache.open(RepositoryCache.Key location,
boolean mustExist)
Open a repository, reusing a cached instance if possible. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||