Package | Description |
---|---|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Method and Description |
---|---|
static RepositoryCache.FileKey |
RepositoryCache.FileKey.exact(java.io.File directory,
FS fs)
Obtain a pointer to an exact location on disk.
|
static RepositoryCache.FileKey |
RepositoryCache.FileKey.lenient(java.io.File directory,
FS fs)
Obtain a pointer to a location on disk.
|