Package | Description |
---|---|
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.merge |
Content and commit history merge algorithms.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
Modifier and Type | Field and Description |
---|---|
static Config.SectionParser<DiffConfig> |
DiffConfig.KEY
Key for
Config.get(SectionParser) . |
Modifier and Type | Field and Description |
---|---|
static Config.SectionParser<UserConfig> |
UserConfig.KEY
Key for
Config.get(SectionParser) . |
static Config.SectionParser<CoreConfig> |
CoreConfig.KEY
Key for
Config.get(SectionParser) . |
Modifier and Type | Method and Description |
---|---|
<T> T |
Config.get(Config.SectionParser<T> parser)
Obtain a handle to a parsed set of configuration values.
|
void |
Config.uncache(Config.SectionParser<?> parser)
Remove a cached configuration object.
|
Modifier and Type | Method and Description |
---|---|
static Config.SectionParser<MergeConfig> |
MergeConfig.getParser(String branch)
Get a parser for use with
Config.get(SectionParser) |
Modifier and Type | Field and Description |
---|---|
static Config.SectionParser<TransferConfig> |
TransferConfig.KEY
Key for
Config.get(SectionParser) . |
static Config.SectionParser<SignedPushConfig> |
SignedPushConfig.KEY
Key for
Config.get(SectionParser) . |
Modifier and Type | Field and Description |
---|---|
static Config.SectionParser<WorkingTreeOptions> |
WorkingTreeOptions.KEY
Key for
Config.get(SectionParser) . |
Copyright © 2019 Eclipse JGit Project. All rights reserved.