|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectConfiguration | |
---|---|
de.smartics.exceptions.report.generator | Provides report generator implementations. |
Uses of ProjectConfiguration in de.smartics.exceptions.report.generator |
---|
Methods in de.smartics.exceptions.report.generator with parameters of type ProjectConfiguration | |
---|---|
protected void |
AbstractOutputReportGenerator.write(O output, ProjectConfiguration<O> config, StoredExceptionCodesReport report) Writes the content of the report data to the stream. |
protected abstract void |
AbstractReportGenerator.writeContent(O output, ProjectConfiguration<O> config, StoredExceptionCodesReport report) Writes the content of the XML document. |
protected void |
AbstractHtmlReportGenerator.writeContent(XMLStreamWriter xmlWriter, ProjectConfiguration<XMLStreamWriter> config, StoredExceptionCodesReport report) Writes the content of the XML document. |
protected void |
AbstractOutputReportGenerator.writeFooter(O output, ProjectConfiguration<O> config) Writes the footer to the document. |
protected void |
AbstractOutputReportGenerator.writeHeader(O output, ProjectConfiguration<O> config) Writes visible the document header. |
protected abstract void |
AbstractOutputReportGenerator.writeInfoFooter(O output, ProjectConfiguration<O> config) Writes the footer for the report element set to the document. |
protected void |
AbstractHtmlReportGenerator.writeInfoFooter(XMLStreamWriter xmlWriter, ProjectConfiguration<XMLStreamWriter> config) Writes the footer for the report element set to the document. |
protected abstract void |
AbstractOutputReportGenerator.writeInfoHeader(O output, ProjectConfiguration<O> config, String headLine, ExceptionCodeReportItem item) Writes the header for the report. |
protected void |
AbstractHtmlReportGenerator.writeInfoHeader(XMLStreamWriter xmlWriter, ProjectConfiguration<XMLStreamWriter> config, String headLine, ExceptionCodeReportItem item) Writes the header for the report. |
protected void |
AbstractOutputReportGenerator.writeInfoSubHeader(O output, ProjectConfiguration<O> config, String subHeader) Writes the sub header information. |
void |
ReportGenerator.writeReport(ProjectConfiguration<O> config, StoredExceptionCodesReport report) Writes the report with the given information. |
void |
AbstractReportGenerator.writeReport(ProjectConfiguration<O> config, StoredExceptionCodesReport report) Writes the report with the given information. |
void |
HtmlReportGenerator.writeReport(ProjectConfiguration<XMLStreamWriter> config, StoredExceptionCodesReport report) |
void |
AbstractXmlReportGenerator.writeReport(ProjectConfiguration<XMLStreamWriter> config, StoredExceptionCodesReport report) Writes the report with the given information. |
protected abstract void |
AbstractOutputReportGenerator.writeReportElementInfo(O output, ProjectConfiguration<O> config, ExceptionCodeReportItem item) Writes the given report element information. |
protected void |
HtmlReportGenerator.writeReportElementInfo(XMLStreamWriter xmlWriter, ProjectConfiguration<XMLStreamWriter> config, ExceptionCodeReportItem item) Writes the given report element information. |
protected abstract void |
AbstractOutputReportGenerator.writeTableHeader(O output, ProjectConfiguration<O> config) Writes the table header for the report elements set. |
protected void |
HtmlReportGenerator.writeTableHeader(XMLStreamWriter xmlWriter, ProjectConfiguration<XMLStreamWriter> config) Writes the table header for the report elements set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |