Interface RegConfigurationStoreFactory
- All Known Implementing Classes:
RegConfigurationPreferencesStoreFactory, RegConfigurationPropertiesStoreFactory
public interface RegConfigurationStoreFactory
User: taha
Date: 8 janv. 2005
Time: 22:46:12
-
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()
-
Method Details
-
getLong
-
putLong
-
getDouble
-
putDouble
-
getFloat
-
putFloat
-
getInt
-
putInt
-
getString
-
putString
-
getBoolean
-
putBoolean
-
getByteArray
-
putByteArray
-
remove
void remove()
-