public class DelegatePublisher extends Publisher
Publisher.PublishException| Constructor and Description |
|---|
DelegatePublisher(String id,
String className) |
| Modifier and Type | Method and Description |
|---|---|
protected Publisher |
getDelegate() |
String |
getId()
Get the publisher-id for this class.
|
void |
publish(LogDistillation.Group group,
LogDistiller.Report report)
Publish a group report.
|
void |
publish(LogDistillation logdistillation,
LogDistiller.Report report)
Publish a global report.
|
public DelegatePublisher(String id, String className)
public String getId()
Publisherprotected Publisher getDelegate()
public void publish(LogDistillation logdistillation, LogDistiller.Report report) throws IOException, Publisher.PublishException
Publisherpublish in class Publisherlogdistillation - the logdistillation containing the results to publishreport - the report configurationIOExceptionPublisher.PublishExceptionpublic void publish(LogDistillation.Group group, LogDistiller.Report report) throws IOException, Publisher.PublishException
Publisherpublish in class Publishergroup - the logdstillation group containing the results to publishreport - the report configurationIOExceptionPublisher.PublishExceptionCopyright © 2004–2014. All rights reserved.