|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogDistiller.Report | |
---|---|
net.sf.logdistiller | Main classes for LogDistiller. |
net.sf.logdistiller.publishers | Publishers to define LogDistiller's way of publishing log distillation reports. |
net.sf.logdistiller.xml | XML configuration of LogDistiller. |
Uses of LogDistiller.Report in net.sf.logdistiller |
---|
Methods in net.sf.logdistiller that return LogDistiller.Report | |
---|---|
LogDistiller.Report[] |
LogDistiller.Output.getReports()
|
LogDistiller.Report[] |
LogDistiller.Group.getReports()
|
Methods in net.sf.logdistiller with parameters of type LogDistiller.Report | |
---|---|
abstract void |
Publisher.publish(LogDistillation.Group group,
LogDistiller.Report report)
Publish a group report. |
abstract void |
Publisher.publish(LogDistillation logdistillation,
LogDistiller.Report report)
Publish a global report. |
Constructors in net.sf.logdistiller with parameters of type LogDistiller.Report | |
---|---|
LogDistiller.Group(String id,
String description,
boolean continueProcessing,
boolean save,
Map params,
Condition[] conditions,
LogDistiller.Report[] reports,
LogDistiller.Plugin[] plugins,
LogDistiller.Category category)
|
|
LogDistiller.Output(String directory,
String url,
String content,
String skip,
Map params,
LogDistiller.Report[] reports)
|
Uses of LogDistiller.Report in net.sf.logdistiller.publishers |
---|
Methods in net.sf.logdistiller.publishers with parameters of type LogDistiller.Report | |
---|---|
void |
MailPublisher.publish(LogDistillation.Group group,
LogDistiller.Report report)
|
void |
FeedPublisher.publish(LogDistillation.Group group,
LogDistiller.Report report)
|
void |
DelegatePublisher.publish(LogDistillation.Group group,
LogDistiller.Report report)
|
void |
FilePublisher.publish(LogDistillation.Group group,
LogDistiller.Report report)
|
void |
MailPublisher.publish(LogDistillation logdistillation,
LogDistiller.Report report)
|
void |
FeedPublisher.publish(LogDistillation logdistillation,
LogDistiller.Report report)
|
void |
DelegatePublisher.publish(LogDistillation logdistillation,
LogDistiller.Report report)
|
void |
FilePublisher.publish(LogDistillation logdistillation,
LogDistiller.Report report)
|
protected void |
MailPublisher.sendMail(LogDistillation logdistillation,
LogDistiller.Report report,
String subject,
String content,
String mimetype,
File attach)
|
Uses of LogDistiller.Report in net.sf.logdistiller.xml |
---|
Methods in net.sf.logdistiller.xml that return LogDistiller.Report | |
---|---|
protected LogDistiller.Report[] |
DOMConfigurator.buildCompatibilityReports(Map params)
|
protected LogDistiller.Report |
DOMConfigurator.parseReport(Element element)
|
protected LogDistiller.Report[] |
DOMConfigurator.parseReports(Iterator iter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |