Package com.mchange.v2.util
Class XmlProperties
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
- See Also:
-
Field Summary
Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
loadXml
(InputStream is) static void
void
saveXml
(OutputStream os) void
storeXml
(OutputStream os, String header) Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
Constructor Details
-
XmlProperties
-
-
Method Details
-
loadXml
- Throws:
IOException
SAXException
-
saveXml
- Throws:
IOException
TransformerException
-
storeXml
- Throws:
IOException
TransformerException
-
main
-