Package | Description |
---|---|
net.sf.logdistiller |
Main classes for LogDistiller.
|
net.sf.logdistiller.reports |
Report Formats to extend LogDistiller.
|
Modifier and Type | Field and Description |
---|---|
static List<ReportFormat> |
ReportFormats.ALL |
static Map<String,ReportFormat> |
ReportFormats.MAP |
Modifier and Type | Method and Description |
---|---|
static ReportFormat |
ReportFormats.getReportFormat(String id) |
Modifier and Type | Method and Description |
---|---|
abstract List<ReportFormat> |
ReportFormats.defineReportFormats() |
static List<ReportFormat> |
ReportFormats.getAllReportFormats()
get all the plugins defined (predefined and custom).
|
Modifier and Type | Class and Description |
---|---|
class |
TextReport
Pure text report format.
|
class |
XmlReport
XML report format.
|
Modifier and Type | Field and Description |
---|---|
static ReportFormat |
BaseReportFormats.TEXT |
static ReportFormat |
BaseReportFormats.XML |
Modifier and Type | Method and Description |
---|---|
List<ReportFormat> |
BaseReportFormats.defineReportFormats() |
Copyright © 2004–2014. All rights reserved.