net.sf.logdistiller
Class ReportFormats
java.lang.Object
net.sf.logdistiller.ReportFormats
- Direct Known Subclasses:
- BaseReportFormats
public abstract class ReportFormats
- extends Object
Definition of available report formats. By default, some report formats come
predefined
with LogDistiller, but you can add your own.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALL
public static final List ALL
MAP
public static final Map MAP
ReportFormats
public ReportFormats()
defineReportFormats
public abstract List defineReportFormats()
getAllReportFormats
public static List getAllReportFormats()
- get all the plugins defined (predefined and custom).
listAllReportFormatIds
public static String listAllReportFormatIds()
getReportFormat
public static ReportFormat getReportFormat(String id)
Copyright © 2004-2009. All Rights Reserved.