public class PropertyFileActiveRecord extends FileActiveRecord
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PropertyFileActiveRecord() |
| Modifier and Type | Method and Description |
|---|---|
void |
load(Reader reader)
Loads properties from file by specified reader.
|
void |
save(Writer writer,
String baseFileName,
String mutation)
Saves properties into file by specified writer.
|
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic void load(Reader reader) throws IOException
load in class FileActiveRecordreader - Some Reader implementation.IOException - some exception derived from IOExceptionpublic void save(Writer writer, String baseFileName, String mutation) throws IOException
save in class FileActiveRecordwriter - Some Writer implementation.mutation - IOException - some exception derived from IOExceptionCopyright © 2025 FG Forrest, a.s.. All rights reserved.