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, stringPropertyNames
clear, 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, values
public void store(Writer writer, String comments) throws IOException
store
in class Properties
IOException
public void load(InputStream inStream) throws IOException
load
in class Properties
IOException
public void store(OutputStream out, String comments) throws IOException
store
in class Properties
IOException
public void save(File file) throws IOException
IOException
public void load(File file) throws IOException
IOException
Copyright © 2012-2018. All Rights Reserved.