public class FileProperties extends Properties
defaults| Constructor and Description |
|---|
FileProperties(File propertiesFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
store()
Stores the properties to the file.
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic FileProperties(File propertiesFile) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic void store()
throws IOException
IOException - If the file does not exists anymore or when no more space
left on device.Copyright © 2017. All rights reserved.