Interface Converter
-
- All Known Implementing Classes:
DefaultConverter
public interface Converter
Converter for event-based reports into the hierarchical format.
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
convert
void convert(java.nio.file.Path eventsXmlFile, java.nio.file.Path hierarchicalXmlFile) throws java.lang.Exception
Convert the supplied event-based report into the hierarchical format.- Parameters:
eventsXmlFile
- the source filehierarchicalXmlFile
- the target file- Throws:
java.lang.Exception
- if an error occurs converting or writing to the target file
-
-