public interface ReportDocument extends Printable
ReportDocument can be a representation of a markdown file, html file, UML diagram and so on.| Modifier and Type | Method and Description |
|---|---|
Consumer<ReportDocument> |
getFooterMethod() |
Set<NodeFile> |
getNodeFiles() |
Report |
getReport() |
Class<? extends ReportDocumentType> |
getReportDocumentType() |
void |
setReport(Report report) |
checkAllLineProcessors, getCacheLines, getPrintWriterConsumer<ReportDocument> getFooterMethod()
ReportDocument. This method will be called as the last method
before closing of Printable.getPrintWriter() object.Class<? extends ReportDocumentType> getReportDocumentType()
ReportDocumentType this ReportDocument belongs to.Set<NodeFile> getNodeFiles()
NodeFiles this ReportDocument obtain data from.Report getReport()
Report this ReportDocument belongs to.void setReport(Report report)
report - the Report instance this ReportDocument will be belonging to.Copyright © 2023. All rights reserved.