public class FilePublisher extends Publisher
Parameters:
filename (default: report.[ext] for global report, or
[group id].[ext] for group report): the file name (relative to output directory)
Publisher.PublishException| Constructor and Description |
|---|
FilePublisher() |
| Modifier and Type | Method and Description |
|---|---|
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 FilePublisher()
public String getId()
Publisherpublic void publish(LogDistillation logdistillation, LogDistiller.Report report) throws IOException
Publisherpublish in class Publisherlogdistillation - the logdistillation containing the results to publishreport - the report configurationIOExceptionpublic void publish(LogDistillation.Group group, LogDistiller.Report report) throws IOException
Publisherpublish in class Publishergroup - the logdstillation group containing the results to publishreport - the report configurationIOExceptionCopyright © 2004–2014. All rights reserved.