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