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.junit | |
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 and Description |
---|---|
DfsReaderOptions |
DfsReaderOptions.fromConfig(Config rc)
Update properties by setting fields from the configuration.
|
DfsBlockCacheConfig |
DfsBlockCacheConfig.fromConfig(Config rc)
Update properties by setting fields from the configuration.
|
Constructor and Description |
---|
ObjectDirectory(Config cfg,
File dir,
File[] alternatePaths,
FS fs,
File shallowFile)
Initialize a reference to an on-disk object directory.
|
Modifier and Type | Method and Description |
---|---|
FileBasedConfig |
MockSystemReader.openSystemConfig(Config parent,
FS fs) |
FileBasedConfig |
MockSystemReader.openUserConfig(Config parent,
FS fs) |
Modifier and Type | Class and 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 and 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 and Description |
---|---|
T |
Config.SectionParser.parse(Config cfg)
Create a model object from a configuration.
|
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.
|
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 and Description |
---|---|
class |
FileBasedConfig
The configuration file that is stored in the file of the file system.
|
Modifier and Type | Method and Description |
---|---|
WindowCacheConfig |
WindowCacheConfig.fromConfig(Config rc)
Update properties by setting fields from the configuration.
|
Constructor and Description |
---|
FileBasedConfig(Config base,
File cfgLocation,
FS fs)
The constructor
|
Modifier and Type | Method and Description |
---|---|
void |
PackConfig.fromConfig(Config rc)
Update properties by setting fields from the configuration.
|
Constructor and Description |
---|
PackConfig(Config cfg)
Create a configuration honoring settings in a
Config . |
Modifier and Type | Method and Description |
---|---|
SubmoduleWalk |
SubmoduleWalk.setModulesConfig(Config config)
Set the config used by this walk.
|
Modifier and Type | Method and 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 and Description |
---|
RemoteConfig(Config rc,
String remoteName)
Parse a remote block from an existing configuration file.
|
Modifier and Type | Method and Description |
---|---|
abstract FileBasedConfig |
SystemReader.openSystemConfig(Config parent,
FS fs) |
abstract FileBasedConfig |
SystemReader.openUserConfig(Config parent,
FS fs) |
Copyright © 2015. All rights reserved.