private static class MergeConfig.MergeConfigSectionParser extends java.lang.Object implements Config.SectionParser<MergeConfig>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
branch |
Constructor and Description |
---|
MergeConfigSectionParser(java.lang.String branch) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
MergeConfig |
parse(Config cfg)
Create a model object from a configuration.
|
public MergeConfigSectionParser(java.lang.String branch)
public MergeConfig parse(Config cfg)
Config.SectionParser
parse
in interface Config.SectionParser<MergeConfig>
cfg
- the configuration to read values from.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object