Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.storage.file | |
org.eclipse.jgit.storage.pack | |
org.eclipse.jgit.submodule |
Git submodule support.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Method | Description |
---|---|---|
DfsBlockCacheConfig |
DfsBlockCacheConfig.fromConfig(Config rc) |
Update properties by setting fields from the configuration.
|
DfsReaderOptions |
DfsReaderOptions.fromConfig(Config rc) |
Update properties by setting fields from the configuration.
|
Constructor | Description |
---|---|
ObjectDirectory(Config cfg,
File dir,
File[] alternatePaths,
FS fs,
File shallowFile) |
Initialize a reference to an on-disk object directory.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BlobBasedConfig |
Configuration file based on the blobs stored in the repository.
|
class |
StoredConfig |
Persistent configuration that can be stored and loaded from a location.
|
Modifier and Type | Method | Description |
---|---|---|
protected Config |
BaseRepositoryBuilder.getConfig() |
Get the cached repository configuration, loading if not yet available.
|
protected Config |
BaseRepositoryBuilder.loadConfig() |
Parse and load the repository specific configuration.
|
Modifier and Type | Method | Description |
---|---|---|
T |
Config.SectionParser.parse(Config cfg) |
Create a model object from a configuration.
|
Constructor | 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.
|
BranchConfig(Config config,
String branchName) |
Create a new branch config, which will read configuration from config
about specified branch.
|
Config(Config defaultConfig) |
Create an empty configuration with a fallback for missing keys.
|
StoredConfig(Config defaultConfig) |
Create an empty configuration with a fallback for missing keys.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FileBasedConfig |
The configuration file that is stored in the file of the file system.
|
Modifier and Type | Method | Description |
---|---|---|
WindowCacheConfig |
WindowCacheConfig.fromConfig(Config rc) |
Update properties by setting fields from the configuration.
|
Constructor | Description |
---|---|
FileBasedConfig(Config base,
File cfgLocation,
FS fs) |
The constructor
|
Modifier and Type | Method | Description |
---|---|---|
void |
PackConfig.fromConfig(Config rc) |
Update properties by setting fields from the configuration.
|
Constructor | Description |
---|---|
PackConfig(Config cfg) |
Create a configuration honoring settings in a
Config . |
Modifier and Type | Method | Description |
---|---|---|
SubmoduleWalk |
SubmoduleWalk.setModulesConfig(Config config) |
Set the config used by this walk.
|
Modifier and Type | Method | Description |
---|---|---|
static List<RemoteConfig> |
RemoteConfig.getAllRemoteConfigs(Config rc) |
Parse all remote blocks in an existing configuration file, looking for
remotes configuration.
|
void |
RemoteConfig.update(Config rc) |
Update this remote's definition within the configuration.
|
Constructor | Description |
---|---|
RemoteConfig(Config rc,
String remoteName) |
Parse a remote block from an existing configuration file.
|
Modifier and Type | Method | Description |
---|---|---|
abstract FileBasedConfig |
SystemReader.openSystemConfig(Config parent,
FS fs) |
|
abstract FileBasedConfig |
SystemReader.openUserConfig(Config parent,
FS fs) |
Copyright © 2018. All rights reserved.