Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
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.pgm | |
org.eclipse.jgit.pgm.debug | |
org.eclipse.jgit.storage.file | |
org.eclipse.jgit.submodule |
Git submodule support.
|
Modifier and Type | Method and Description |
---|---|
private SubmoduleStatus |
SubmoduleStatusCommand.getStatus(SubmoduleWalk generator) |
Modifier and Type | Method and Description |
---|---|
void |
DfsConfig.load()
Load the configuration from the persistent store.
|
Modifier and Type | Method and Description |
---|---|
void |
MockSystemReader.MockConfig.load() |
Modifier and Type | Method and Description |
---|---|
private void |
Config.addIncludedConfig(java.util.List<ConfigLine> newEntries,
ConfigLine line,
int depth) |
void |
Config.fromText(java.lang.String text)
Clear this configuration and reset to the contents of the parsed string.
|
private java.util.List<ConfigLine> |
Config.fromTextRecurse(java.lang.String text,
int depth,
java.lang.String includedFrom) |
abstract void |
StoredConfig.load()
Load the configuration from the persistent store.
|
protected byte[] |
Config.readIncludedConfig(java.lang.String relPath)
Read the included config from the specified (possibly) relative path
|
private static java.lang.String |
Config.readKeyName(Config.StringReader in) |
private static java.lang.String |
Config.readSectionName(Config.StringReader in) |
private static java.lang.String |
Config.readSubsectionName(Config.StringReader in) |
private static java.lang.String |
Config.readValue(Config.StringReader in) |
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,
java.lang.String path)
Load a configuration file from a blob stored in a specific commit.
|
Modifier and Type | Method and Description |
---|---|
private void |
Config.list() |
private void |
Config.list(StoredConfig config) |
Modifier and Type | Method and Description |
---|---|
private void |
LfsStore.readAWSKeys() |
Modifier and Type | Method and Description |
---|---|
void |
FileBasedConfig.load()
Load the configuration from the persistent store.
|
protected byte[] |
FileBasedConfig.readIncludedConfig(java.lang.String relPath)
Read the included config from the specified (possibly) relative path
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
SubmoduleWalk.getConfigUpdate()
Get the configured update field for current entry.
|
java.lang.String |
SubmoduleWalk.getConfigUrl()
Get the configured remote URL for current entry.
|
SubmoduleWalk.IgnoreSubmoduleMode |
SubmoduleWalk.getModulesIgnore()
Get the configured ignore field for the current entry.
|
java.lang.String |
SubmoduleWalk.getModulesPath()
Get the configured path for current entry.
|
java.lang.String |
SubmoduleWalk.getModulesUpdate()
Get the configured update field for current entry.
|
java.lang.String |
SubmoduleWalk.getModulesUrl()
Get the configured remote URL for current entry.
|
java.lang.String |
SubmoduleWalk.getRemoteUrl()
Get the resolved remote URL for the current submodule.
|
private void |
SubmoduleWalk.lazyLoadModulesConfig() |
SubmoduleWalk |
SubmoduleWalk.loadModulesConfig()
Load the config for this walk from
.gitmodules . |