| Package | Description | 
|---|---|
| org.eclipse.jgit.internal.storage.dfs | 
 Distributed file system based repository storage. 
 | 
| org.eclipse.jgit.lib | 
 Core API for repository, config, refs, object database. 
 | 
| org.eclipse.jgit.storage.file | |
| org.eclipse.jgit.util | 
 Utility classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DfsConfig
Config implementation used by DFS repositories. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StoredConfig | 
DfsRepository.getConfig()
Get the configuration of this repository. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract StoredConfig | 
Repository.getConfig()
Get the configuration of this repository. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FileBasedConfig
The configuration file that is stored in the file of the file system. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StoredConfig | 
SystemReader.getSystemConfig()
Get the gitconfig configuration found in the system-wide "etc" directory. 
 | 
StoredConfig | 
SystemReader.getUserConfig()
Get the git configuration found in the user home. 
 | 
Copyright © 2020 Eclipse JGit Project. All rights reserved.