|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Config.SectionParser | |
|---|---|
| org.eclipse.jgit.diff | |
| org.eclipse.jgit.lib | |
| org.eclipse.jgit.transport | |
| org.eclipse.jgit.treewalk | |
| 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<UserConfig> |
UserConfig.KEY
Key for Config.get(SectionParser). |
static Config.SectionParser<CoreConfig> |
CoreConfig.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 | |||||||||