Class 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 void dumpXml​(java.io.OutputStream outputStream, nu.studer.java.util.OrderedProperties sortedLocalProperties, java.nio.charset.Charset sourceCharset)  
      protected static java.util.Properties readXmlProperties​(java.io.File xmlFile, java.nio.charset.Charset sourceCharset)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlManager

        public XmlManager()
    • 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