Package pl.project13.core.util
Class XmlManager
java.lang.Object
pl.project13.core.util.XmlManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voiddumpXml(OutputStream outputStream, nu.studer.java.util.OrderedProperties sortedLocalProperties, Charset sourceCharset) protected static PropertiesreadXmlProperties(File xmlFile, Charset sourceCharset)
-
Constructor Details
-
XmlManager
public XmlManager()
-
-
Method Details
-
dumpXml
protected static void dumpXml(OutputStream outputStream, nu.studer.java.util.OrderedProperties sortedLocalProperties, Charset sourceCharset) throws IOException - Throws:
IOException
-
readXmlProperties
protected static Properties readXmlProperties(@Nonnull File xmlFile, Charset sourceCharset) throws CannotReadFileException - Throws:
CannotReadFileException
-