| Package | Description |
|---|---|
| de.aristaflow.adept2.model.common | |
| de.aristaflow.adept2.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalisedCheckReport.LocalisedReportEntry
A report entry extension providing localised messages.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CheckReport.ReportEntry> |
CheckReport.reportEntries
List that keeps the report entries.
|
| Modifier and Type | Method and Description |
|---|---|
CheckReport.ReportEntry |
CheckReport.getLastAddedReportEntry()
Returns the last added report entry
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends CheckReport.ReportEntry> |
CheckReport.getEntriesForCheckID(java.lang.String checkID)
Returns all check report entries which do have the given checkID
|
java.util.List<? extends CheckReport.ReportEntry> |
CheckReport.getReportEntries()
Returns all report entries that keep the output of the different checks and
are assigned to the check report.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CheckReport.addReportEntry(CheckReport.ReportEntry entry)
Adds the designated new entry to the report.
|