net.sf.logdistiller.reports
Class TextReport
java.lang.Object
net.sf.logdistiller.ReportFormat
net.sf.logdistiller.reports.TextReport
public class TextReport
- extends ReportFormat
Pure text report format.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextReport
public TextReport()
getContentType
public String getContentType()
- Specified by:
getContentType
in class ReportFormat
getFileExtension
public String getFileExtension()
- Specified by:
getFileExtension
in class ReportFormat
report
public void report(LogDistillation ld,
Writer output)
throws IOException
- Specified by:
report
in class ReportFormat
- Throws:
IOException
report
public void report(LogDistillation.Group group,
Writer output)
throws IOException
- Specified by:
report
in class ReportFormat
- Throws:
IOException
Copyright © 2004-2009. All Rights Reserved.