public class ProcessingReport extends Object
| Constructor and Description |
|---|
ProcessingReport(Collection<ProcessingReportEntry> entries)
Main constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<ProcessingReportEntry> |
getEntries()
Gets the immutable list of all processing entries
|
int |
hashCode() |
ProcessingReport |
log(org.slf4j.Logger logger)
Logs report to logger.
|
String |
toString() |
public ProcessingReport(Collection<ProcessingReportEntry> entries)
entries - Collection of ProcessingReportEntry which will be shallow copied, null is treated as empty collection
public List<ProcessingReportEntry> getEntries()
public ProcessingReport log(org.slf4j.Logger logger)
PdfProducer is already logged under the hood.
logger - Logger that will be used for logging
this object for chaining
Copyright © 2020. All rights reserved.