Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.junit | |
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.storage.file | |
org.eclipse.jgit.submodule |
Git submodule support.
|
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
DfsConfig.load()
Load the configuration from the persistent store.
|
Modifier and Type | Method and Description |
---|---|
StoredConfig |
MockSystemReader.getSystemConfig() |
StoredConfig |
MockSystemReader.getUserConfig() |
Modifier and Type | Method and Description |
---|---|
void |
Config.fromText(String text)
Clear this configuration and reset to the contents of the parsed string.
|
abstract void |
StoredConfig.load()
Load the configuration from the persistent store.
|
protected byte[] |
Config.readIncludedConfig(String relPath)
Read the included config from the specified (possibly) relative path
|
Constructor and Description |
---|
BlobBasedConfig(Config base,
byte[] blob)
Parse a configuration from a byte array.
|
BlobBasedConfig(Config base,
Repository db,
AnyObjectId objectId)
Load a configuration file from a blob.
|
BlobBasedConfig(Config base,
Repository db,
AnyObjectId treeish,
String path)
Load a configuration file from a blob stored in a specific commit.
|
Modifier and Type | Method and Description |
---|---|
void |
FileBasedConfig.load()
Load the configuration from the persistent store.
|
protected byte[] |
FileBasedConfig.readIncludedConfig(String relPath)
Read the included config from the specified (possibly) relative path
|
Modifier and Type | Method and Description |
---|---|
String |
SubmoduleWalk.getConfigUpdate()
Get the configured update field for current entry.
|
String |
SubmoduleWalk.getConfigUrl()
Get the configured remote URL for current entry.
|
SubmoduleWalk.IgnoreSubmoduleMode |
SubmoduleWalk.getModulesIgnore()
Get the configured ignore field for the current entry.
|
String |
SubmoduleWalk.getModulesPath()
Get the configured path for current entry.
|
String |
SubmoduleWalk.getModulesUpdate()
Get the configured update field for current entry.
|
String |
SubmoduleWalk.getModulesUrl()
Get the configured remote URL for current entry.
|
String |
SubmoduleWalk.getRemoteUrl()
Get the resolved remote URL for the current submodule.
|
SubmoduleWalk |
SubmoduleWalk.loadModulesConfig()
Load the config for this walk from
.gitmodules . |
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 © 2019 Eclipse JGit Project. All rights reserved.