public abstract class ReportFormats extends Object
predefined
with LogDistiller, but you can add your own.Modifier and Type | Field and Description |
---|---|
static List<ReportFormat> |
ALL |
static Map<String,ReportFormat> |
MAP |
Constructor and Description |
---|
ReportFormats() |
Modifier and Type | Method and Description |
---|---|
abstract List<ReportFormat> |
defineReportFormats() |
static List<ReportFormat> |
getAllReportFormats()
get all the plugins defined (predefined and custom).
|
static ReportFormat |
getReportFormat(String id) |
static String |
listAllReportFormatIds() |
public static final List<ReportFormat> ALL
public static final Map<String,ReportFormat> MAP
public ReportFormats()
public abstract List<ReportFormat> defineReportFormats()
public static List<ReportFormat> getAllReportFormats()
public static String listAllReportFormatIds()
public static ReportFormat getReportFormat(String id)
Copyright © 2004–2014. All rights reserved.