Package | Description |
---|---|
org.eclipse.jgit.lib | |
org.eclipse.jgit.storage.file | |
org.eclipse.jgit.submodule |
Modifier and Type | Method and Description |
---|---|
void |
Config.fromText(java.lang.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.
|
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 |
---|---|
void |
FileBasedConfig.load()
Load the configuration as a Git text style configuration file.
|
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.
|
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.
|
Copyright © 2012. All Rights Reserved.