Package com.mchange.v2.cfg
Interface PropertiesConfig
-
- All Known Implementing Classes:
HoconMultiPropertiesConfig
,MultiPropertiesConfig
public interface PropertiesConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Properties
getPropertiesByPrefix(java.lang.String pfx)
java.lang.String
getProperty(java.lang.String key)
-