com.application.areca.context
Class ProcessReportWriter
java.lang.Object
com.application.areca.context.ProcessReportWriter
public class ProcessReportWriter
- extends java.lang.Object
Report Writer : generates a text from the report.
- Author:
- Olivier PETRUCCI
Areca Build ID : 7299034069467778562
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessReportWriter
public ProcessReportWriter(java.io.Writer writer)
writeReport
public void writeReport(ProcessReport report)
throws java.io.IOException
- Throws:
java.io.IOException
writeCommitedReport
public void writeCommitedReport(ProcessReport report)
throws java.io.IOException
- Throws:
java.io.IOException
writeRollbackedReport
public void writeRollbackedReport(ProcessReport report)
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException