Package de.mhus.lib.core.cfg
Class CfgProperties
- java.lang.Object
-
- de.mhus.lib.core.cfg.CfgValue<IProperties>
-
- de.mhus.lib.core.cfg.CfgProperties
-
public class CfgProperties extends CfgValue<IProperties>
-
-
Constructor Summary
Constructors Constructor Description CfgProperties(Object owner, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IPropertiesloadValue()protected IPropertiesloadValue(String value)-
Methods inherited from class de.mhus.lib.core.cfg.CfgValue
equals, getCalling, getDefault, getOwner, getPath, getUpdated, isOwner, isOwner, onPostUpdate, onPreUpdate, setValue, toString, updateAction, value
-
-
-
-
Method Detail
-
loadValue
protected IProperties loadValue()
- Specified by:
loadValuein classCfgValue<IProperties>
-
loadValue
protected IProperties loadValue(String value)
- Specified by:
loadValuein classCfgValue<IProperties>
-
-