Package com.mchange.util.impl
Class SyncedProperties
java.lang.Object
com.mchange.util.impl.SyncedProperties
-
Constructor Summary
ConstructorDescriptionSyncedProperties
(File file) SyncedProperties
(File file, String header) SyncedProperties
(File file, String[] header) -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
boolean
containsKey
(String key) elements()
getProperty
(String property) getProperty
(String property, String defaultValue) boolean
isEmpty()
keys()
void
void
int
size()
-
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
-