|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Config.SectionParser | |
|---|---|
| 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.transport | Transport (fetch/push) for different protocols. |
| org.eclipse.jgit.treewalk | Walking and comparing directory/file trees (of commits, file system). |
| Uses of Config.SectionParser in org.eclipse.jgit.diff |
|---|
| Fields in org.eclipse.jgit.diff declared as Config.SectionParser | |
|---|---|
static Config.SectionParser<DiffConfig> |
DiffConfig.KEY
Key for Config.get(SectionParser). |
| Uses of Config.SectionParser in org.eclipse.jgit.lib |
|---|
| Fields in org.eclipse.jgit.lib declared as Config.SectionParser | |
|---|---|
static Config.SectionParser<CoreConfig> |
CoreConfig.KEY
Key for Config.get(SectionParser). |
static Config.SectionParser<UserConfig> |
UserConfig.KEY
Key for Config.get(SectionParser). |
| Methods in org.eclipse.jgit.lib with parameters of type Config.SectionParser | ||
|---|---|---|
|
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. |
|
| Uses of Config.SectionParser in org.eclipse.jgit.transport |
|---|
| Fields in org.eclipse.jgit.transport declared as Config.SectionParser | |
|---|---|
static Config.SectionParser<TransferConfig> |
TransferConfig.KEY
Key for Config.get(SectionParser). |
| Uses of Config.SectionParser in org.eclipse.jgit.treewalk |
|---|
| Fields in org.eclipse.jgit.treewalk declared as Config.SectionParser | |
|---|---|
static Config.SectionParser<WorkingTreeOptions> |
WorkingTreeOptions.KEY
Key for Config.get(SectionParser). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||