Package | Description |
---|---|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
RepositoryCache.FileKey |
Location of a Repository, using the standard java.io.File API.
|
Modifier and Type | Method | 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.
|
Copyright © 2018. All rights reserved.