Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.junit | |
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
FileBasedConfig |
FileRepository.getConfig()
Get the configuration of this repository.
|
Modifier and Type | Method and Description |
---|---|
FileBasedConfig |
MockSystemReader.openSystemConfig(Config parent,
FS fs)
Open the gitonfig configuration found in the system-wide "etc" directory
|
FileBasedConfig |
MockSystemReader.openUserConfig(Config parent,
FS fs)
Open the git configuration found in the user home
|
Modifier and Type | Method and Description |
---|---|
abstract FileBasedConfig |
SystemReader.openSystemConfig(Config parent,
FS fs)
Open the gitonfig configuration found in the system-wide "etc" directory
|
abstract FileBasedConfig |
SystemReader.openUserConfig(Config parent,
FS fs)
Open the git configuration found in the user home
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.