Class CombinedProperties

java.lang.Object
com.saperion.ngc.configuration.CombinedProperties
All Implemented Interfaces:
Map<String,String>

public class CombinedProperties extends Object implements Map<String,String>
A Map with string-keys and values containing the values from two configuration files. The values read from the customFile will overwrite the values read from the defaultFile.