Uses of Class
de.mhus.lib.core.cfg.CfgValue
-
Packages that use CfgValue Package Description de.mhus.lib.core.cfg -
-
Uses of CfgValue in de.mhus.lib.core.cfg
Subclasses of CfgValue in de.mhus.lib.core.cfg Modifier and Type Class Description classCfgBigDecimalclassCfgBooleanclassCfgDoubleclassCfgFileclassCfgIntclassCfgLongclassCfgNodeclassCfgPropertiesclassCfgSecureclassCfgStringclassCfgTimeIntervalMethods in de.mhus.lib.core.cfg with type parameters of type CfgValue Modifier and Type Method Description <C extends CfgValue<T>>
CCfgValue. updateAction(Consumer<T> consumer)Set the onPostUpdate action.Methods in de.mhus.lib.core.cfg that return types with arguments of type CfgValue Modifier and Type Method Description protected WeakHashMap<CfgValue,String>UpdaterCfg. getCfgContainer(String owner, String path)List<CfgValue>UpdaterCfg. getList()protected HashMap<String,WeakHashMap<CfgValue,String>>UpdaterCfg. getOwnerContainers(String owner)Methods in de.mhus.lib.core.cfg with parameters of type CfgValue Modifier and Type Method Description voidUpdaterCfg. register(CfgValue configValue)
-