public class StructuredProperties extends Properties
defaults| Constructor and Description |
|---|
StructuredProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
load(File file) |
void |
load(InputStream inStream) |
void |
save(File file) |
void |
store(OutputStream out,
String comments) |
void |
store(Writer writer,
String comments) |
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, 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 void store(Writer writer, String comments) throws IOException
store in class PropertiesIOExceptionpublic void load(InputStream inStream) throws IOException
load in class PropertiesIOExceptionpublic void store(OutputStream out, String comments) throws IOException
store in class PropertiesIOExceptionpublic void save(File file) throws IOException
IOExceptionpublic void load(File file) throws IOException
IOExceptionCopyright © 2012-2018. All Rights Reserved.