Class XmlMetaWriter


  • public final class XmlMetaWriter
    extends java.lang.Object
    Class to write module details object into an XML file.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void write​(ModuleDetails moduleDetails)
      Helper function to write module details to XML file.
      • Methods inherited from class java.lang.Object

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

      • write

        public static void write​(ModuleDetails moduleDetails)
                          throws javax.xml.transform.TransformerException,
                                 javax.xml.parsers.ParserConfigurationException
        Helper function to write module details to XML file.
        Parameters:
        moduleDetails - module details
        Throws:
        javax.xml.transform.TransformerException - if a transformer exception occurs
        javax.xml.parsers.ParserConfigurationException - if a parser configuration exception occurs