public class ClawTransformationReport
extends java.lang.Object
Constructor and Description |
---|
ClawTransformationReport(java.lang.String reportPath)
Constructs a transformation report object.
|
Modifier and Type | Method and Description |
---|---|
void |
generate(java.lang.String[] args,
ClawTranslatorDriver translator)
Generate the report to file.
|
public ClawTransformationReport(java.lang.String reportPath) throws java.lang.Exception
reportPath
- Path of the report file.java.lang.Exception
- If file cannot be created or cannot be written.public void generate(java.lang.String[] args, ClawTranslatorDriver translator) throws java.lang.Exception
args
- Arguments passed to the translator.translator
- Current translator used during the transformation.java.lang.Exception
- If file cannot be created or cannot be written.