Package org.eclipse.jgit.merge
Class MergeConfig.MergeConfigSectionParser
- java.lang.Object
-
- org.eclipse.jgit.merge.MergeConfig.MergeConfigSectionParser
-
- All Implemented Interfaces:
Config.SectionParser<MergeConfig>
- Enclosing class:
- MergeConfig
private static class MergeConfig.MergeConfigSectionParser extends java.lang.Object implements Config.SectionParser<MergeConfig>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringbranch
-
Constructor Summary
Constructors Constructor Description MergeConfigSectionParser(java.lang.String branch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()MergeConfigparse(Config cfg)Create a model object from a configuration.
-
-
-
Method Detail
-
parse
public MergeConfig parse(Config cfg)
Description copied from interface:Config.SectionParserCreate a model object from a configuration.- Specified by:
parsein interfaceConfig.SectionParser<MergeConfig>- Parameters:
cfg- the configuration to read values from.- Returns:
- the application model instance.
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-