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 gitconfig configuration found in the system-wide "etc"
directory.
|
FileBasedConfig |
MockSystemReader.openUserConfig(Config parent,
FS fs)
Open the git configuration found in the user home.
|
FileBasedConfig |
MockSystemReader.setSystemGitConfig(FileBasedConfig systemGitConfig)
Set the system-level git config
|
FileBasedConfig |
MockSystemReader.setUserGitConfig(FileBasedConfig userGitConfig)
Set the user-level git config
|
Modifier and Type | Method and Description |
---|---|
FileBasedConfig |
MockSystemReader.setSystemGitConfig(FileBasedConfig systemGitConfig)
Set the system-level git config
|
FileBasedConfig |
MockSystemReader.setUserGitConfig(FileBasedConfig userGitConfig)
Set the user-level git config
|
Modifier and Type | Method and Description |
---|---|
abstract FileBasedConfig |
SystemReader.openSystemConfig(Config parent,
FS fs)
Open the gitconfig 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 © 2019 Eclipse JGit Project. All rights reserved.