|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoredExceptionCodesReport | |
---|---|
de.smartics.exceptions.report.data | Provides classes that represent report data. |
de.smartics.exceptions.report.generator | Provides report generator implementations. |
Uses of StoredExceptionCodesReport in de.smartics.exceptions.report.data |
---|
Classes in de.smartics.exceptions.report.data that implement StoredExceptionCodesReport | |
---|---|
class |
InMemoryExceptionCodesReport Stores all information in memory. |
Uses of StoredExceptionCodesReport in de.smartics.exceptions.report.generator |
---|
Methods in de.smartics.exceptions.report.generator with parameters of type StoredExceptionCodesReport | |
---|---|
protected List<ExceptionCodeReportItem> |
HtmlReportGenerator.getItems(StoredExceptionCodesReport report) |
protected abstract List<ExceptionCodeReportItem> |
AbstractOutputReportGenerator.getItems(StoredExceptionCodesReport report) Returns the list of exception code items sorted as defined by the report. |
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |