Interface Converter
-
- All Known Implementing Classes:
DefaultConverter
public interface ConverterConverter for event-based reports into the hierarchical format.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconvert(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.ExceptionConvert 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
-
-