Package | Description |
---|---|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Class and Description |
---|---|
static class |
RepositoryCache.FileKey
Location of a Repository, using the standard java.io.File API.
|
Modifier and Type | Method and Description |
---|---|
static Collection<RepositoryCache.Key> |
RepositoryCache.getRegisteredKeys() |
Modifier and Type | Method and Description |
---|---|
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.
|
static void |
RepositoryCache.unregister(RepositoryCache.Key location)
Remove a repository from the cache.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.