Package | Description |
---|---|
net.sf.logdistiller |
Main classes for LogDistiller.
|
net.sf.logdistiller.publishers |
Publishers to define LogDistiller's way of publishing log distillation reports.
|
Modifier and Type | Field and Description |
---|---|
static List<Publisher> |
Publishers.ALL |
static Map<String,Publisher> |
Publishers.MAP |
Modifier and Type | Method and Description |
---|---|
static Publisher |
Publishers.getPublisher(String id) |
Modifier and Type | Method and Description |
---|---|
abstract List<Publisher> |
Publishers.definePublishers()
get the
Publishers instances defined by this extension. |
static List<Publisher> |
Publishers.getAllPublishers()
get all the report publishers defined (predefined and custom).
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatePublisher
An empty publisher, delegating everything to a delegate publisher.
|
class |
FeedPublisher
Adds LogDistillation reports to a feed file (at the beginning).
|
class |
FilePublisher
Save report of a LogDistillation in a file.
|
class |
MailPublisher
Send mail report of a LogDistillation.
|
Modifier and Type | Method and Description |
---|---|
protected Publisher |
DelegatePublisher.getDelegate() |
Modifier and Type | Method and Description |
---|---|
List<Publisher> |
BasePublishers.definePublishers() |
Copyright © 2004–2014. All rights reserved.