public class JavaPropertiesConfigReader extends ConfigFileReader<java.util.Map<java.lang.Object,java.lang.Object>>
| Constructor and Description |
|---|
JavaPropertiesConfigReader(java.lang.String configFileName) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.Object,java.lang.Object> |
doOverlay(java.io.File overlaidFile,
java.io.InputStream originalStream,
java.io.InputStream... overridesStreams)
The implementation of this should overlay the file into overlaidFile, and
return the properties map.
|
findAndReadpublic JavaPropertiesConfigReader(java.lang.String configFileName)
protected java.util.Map<java.lang.Object,java.lang.Object> doOverlay(java.io.File overlaidFile,
java.io.InputStream originalStream,
java.io.InputStream... overridesStreams)
ConfigFileReaderdoOverlay in class ConfigFileReader<java.util.Map<java.lang.Object,java.lang.Object>>