|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionCodesReport | |
---|---|
de.smartics.exceptions.report | Provides classes to parse project source code and generate reports. |
de.smartics.exceptions.report.data | Provides classes that represent report data. |
Uses of ExceptionCodesReport in de.smartics.exceptions.report |
---|
Methods in de.smartics.exceptions.report with parameters of type ExceptionCodesReport | |
---|---|
protected void |
AbstractBuilder.notifyOfParseProblems(ExceptionCodesReport report) Adds reported problems to the report. |
void |
ReportBuilder.reportTo(ExceptionCodesReport report) Runs the report process and writes to the given report. |
Uses of ExceptionCodesReport in de.smartics.exceptions.report.data |
---|
Subinterfaces of ExceptionCodesReport in de.smartics.exceptions.report.data | |
---|---|
interface |
StoredExceptionCodesReport Allows to store the reported items for later access. |
Classes in de.smartics.exceptions.report.data that implement ExceptionCodesReport | |
---|---|
class |
AbstractExceptionCodesReport Base implementation of an exception codes report that stores all items and reported problems in-memory. |
class |
InMemoryExceptionCodesReport Stores all information in memory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |