Interface Converter

All Known Implementing Classes:
DefaultConverter

public interface Converter
Converter for event-based reports into the hierarchical format.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    convert(Path eventsXmlFile, Path hierarchicalXmlFile)
    Convert the supplied event-based report into the hierarchical format.
  • Method Details

    • convert

      void convert(Path eventsXmlFile, Path hierarchicalXmlFile) throws Exception
      Convert the supplied event-based report into the hierarchical format.
      Parameters:
      eventsXmlFile - the source file
      hierarchicalXmlFile - the target file
      Throws:
      Exception - if an error occurs converting or writing to the target file