Class DefaultConverter

  • All Implemented Interfaces:
    Converter

    public class DefaultConverter
    extends java.lang.Object
    implements Converter
    Default implementation of Converter.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void convert​(java.nio.file.Path eventsXmlFile, java.nio.file.Path hierarchicalXmlFile)
      Convert the supplied event-based report into the hierarchical format.
      • Methods inherited from class java.lang.Object

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

      • DefaultConverter

        public DefaultConverter()
    • Method Detail

      • convert

        public void convert​(java.nio.file.Path eventsXmlFile,
                            java.nio.file.Path hierarchicalXmlFile)
                     throws java.lang.Exception
        Description copied from interface: Converter
        Convert the supplied event-based report into the hierarchical format.
        Specified by:
        convert in interface Converter
        Parameters:
        eventsXmlFile - the source file
        hierarchicalXmlFile - the target file
        Throws:
        java.lang.Exception - if an error occurs converting or writing to the target file