Interface Converter
- All Known Implementing Classes:
DefaultConverter
public interface Converter
Converter for event-based reports into the hierarchical format.
-
Method Summary
-
Method Details
-
convert
Convert the supplied event-based report into the hierarchical format.- Parameters:
eventsXmlFile
- the source filehierarchicalXmlFile
- the target file- Throws:
Exception
- if an error occurs converting or writing to the target file
-