net.sf.logdistiller
Class ReportFormat
java.lang.Object
net.sf.logdistiller.ReportFormat
- Direct Known Subclasses:
- TextReport, XmlReport
public abstract class ReportFormat
- extends Object
Report formats' base class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportFormat
protected ReportFormat(String id)
getId
public String getId()
getContentType
public abstract String getContentType()
getFileExtension
public abstract String getFileExtension()
report
public abstract void report(LogDistillation ld,
Writer output)
throws IOException
- Throws:
IOException
report
public abstract void report(LogDistillation.Group group,
Writer output)
throws IOException
- Throws:
IOException
addPluginsGroupReport
protected int addPluginsGroupReport(LogDistillation.Group group,
ReportFormat.PluginReport report)
addPluginsGlobalReport
protected int addPluginsGlobalReport(LogDistillation.Group group,
ReportFormat.PluginReport report)
Copyright © 2004-2009. All Rights Reserved.