net.sf.logdistiller
Class ReportFormats

java.lang.Object
  extended by 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.


Field Summary
static List ALL
           
static Map MAP
           
 
Constructor Summary
ReportFormats()
           
 
Method Summary
abstract  List defineReportFormats()
           
static List getAllReportFormats()
          get all the plugins defined (predefined and custom).
static ReportFormat getReportFormat(String id)
           
static String listAllReportFormatIds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

public static final List ALL

MAP

public static final Map MAP
Constructor Detail

ReportFormats

public ReportFormats()
Method Detail

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.