Package com.mchange.util.impl
Class SyncedProperties
java.lang.Object
com.mchange.util.impl.SyncedProperties
-
Constructor Summary
ConstructorsConstructorDescriptionSyncedProperties(File file) SyncedProperties(File file, String header) SyncedProperties(File file, String[] header) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleanbooleancontainsKey(String key) elements()getProperty(String property) getProperty(String property, String defaultValue) booleanisEmpty()keys()voidvoidintsize()
-
Constructor Details
-
SyncedProperties
- Throws:
IOException
-
SyncedProperties
- Throws:
IOException
-
SyncedProperties
- Throws:
IOException
-
-
Method Details
-
getProperty
- Throws:
IOException
-
getProperty
- Throws:
IOException
-
put
- Throws:
IOException
-
remove
- Throws:
IOException
-
clear
- Throws:
IOException
-
contains
- Throws:
IOException
-
containsKey
- Throws:
IOException
-
elements
- Throws:
IOException
-
keys
- Throws:
IOException
-
size
- Throws:
IOException
-
isEmpty
- Throws:
IOException
-