Class RegConfigurationPropertiesStoreFactory
java.lang.Object
net.thevpc.common.config.RegConfigurationPropertiesStoreFactory
- All Implemented Interfaces:
RegConfigurationStoreFactory
public class RegConfigurationPropertiesStoreFactory
extends Object
implements RegConfigurationStoreFactory
User: taha
Date: 8 janv. 2005
Time: 23:17:08
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(String key, boolean def) byte[]getByteArray(String key, byte[] def) doublefloatintlongvoidputBoolean(String key, boolean value) voidputByteArray(String key, byte[] value) voidvoidvoidvoidvoidvoidremove()
-
Constructor Details
-
RegConfigurationPropertiesStoreFactory
-
-
Method Details
-
getProperties
-
getString
- Specified by:
getStringin interfaceRegConfigurationStoreFactory
-
putString
- Specified by:
putStringin interfaceRegConfigurationStoreFactory
-
getLong
- Specified by:
getLongin interfaceRegConfigurationStoreFactory
-
putLong
- Specified by:
putLongin interfaceRegConfigurationStoreFactory
-
getInt
- Specified by:
getIntin interfaceRegConfigurationStoreFactory
-
putInt
- Specified by:
putIntin interfaceRegConfigurationStoreFactory
-
getDouble
- Specified by:
getDoublein interfaceRegConfigurationStoreFactory
-
putDouble
- Specified by:
putDoublein interfaceRegConfigurationStoreFactory
-
getFloat
- Specified by:
getFloatin interfaceRegConfigurationStoreFactory
-
putFloat
- Specified by:
putFloatin interfaceRegConfigurationStoreFactory
-
getBoolean
- Specified by:
getBooleanin interfaceRegConfigurationStoreFactory
-
putBoolean
- Specified by:
putBooleanin interfaceRegConfigurationStoreFactory
-
getByteArray
- Specified by:
getByteArrayin interfaceRegConfigurationStoreFactory
-
putByteArray
- Specified by:
putByteArrayin interfaceRegConfigurationStoreFactory
-
remove
public void remove()- Specified by:
removein interfaceRegConfigurationStoreFactory
-