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()
Publisher
protected Publisher getDelegate()
public void publish(LogDistillation logdistillation, LogDistiller.Report report) throws IOException, Publisher.PublishException
Publisher
publish
in class Publisher
logdistillation
- the logdistillation containing the results to publishreport
- the report configurationIOException
Publisher.PublishException
public void publish(LogDistillation.Group group, LogDistiller.Report report) throws IOException, Publisher.PublishException
Publisher
publish
in class Publisher
group
- the logdstillation group containing the results to publishreport
- the report configurationIOException
Publisher.PublishException
Copyright © 2004–2014. All rights reserved.