Package pl.project13.core.util
Class XmlManager
- java.lang.Object
-
- pl.project13.core.util.XmlManager
-
public class XmlManager extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XmlManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static voiddumpXml(java.io.OutputStream outputStream, nu.studer.java.util.OrderedProperties sortedLocalProperties, java.nio.charset.Charset sourceCharset)protected static java.util.PropertiesreadXmlProperties(java.io.File xmlFile, java.nio.charset.Charset sourceCharset)
-
-
-
Method Detail
-
dumpXml
protected static void dumpXml(java.io.OutputStream outputStream, nu.studer.java.util.OrderedProperties sortedLocalProperties, java.nio.charset.Charset sourceCharset) throws java.io.IOException- Throws:
java.io.IOException
-
readXmlProperties
protected static java.util.Properties readXmlProperties(@Nonnull java.io.File xmlFile, java.nio.charset.Charset sourceCharset) throws CannotReadFileException- Throws:
CannotReadFileException
-
-