Uses of Class
de.aristaflow.adept2.util.CheckReport.ReportEntry
Packages that use CheckReport.ReportEntry
Package
Description
-
Uses of CheckReport.ReportEntry in de.aristaflow.adept2.model.common
Subclasses of CheckReport.ReportEntry in de.aristaflow.adept2.model.commonModifier and TypeClassDescriptionstatic classA report entry extension providing localised messages. -
Uses of CheckReport.ReportEntry in de.aristaflow.adept2.util
Fields in de.aristaflow.adept2.util with type parameters of type CheckReport.ReportEntryModifier and TypeFieldDescriptionprotected final List<CheckReport.ReportEntry>CheckReport.reportEntriesList that keeps the report entries.Methods in de.aristaflow.adept2.util that return CheckReport.ReportEntryModifier and TypeMethodDescriptionCheckReport.getLastAddedReportEntry()Returns the last added report entryMethods in de.aristaflow.adept2.util that return types with arguments of type CheckReport.ReportEntryModifier and TypeMethodDescriptionList<? extends CheckReport.ReportEntry>CheckReport.getEntriesForCheckID(String checkID) Returns all check report entries which do have the given checkIDList<? extends CheckReport.ReportEntry>CheckReport.getReportEntries()Returns all report entries that keep the output of the different checks and are assigned to the check report.Methods in de.aristaflow.adept2.util with parameters of type CheckReport.ReportEntryModifier and TypeMethodDescriptionprotected voidCheckReport.addReportEntry(CheckReport.ReportEntry entry) Adds the designated new entry to the report. -
Uses of CheckReport.ReportEntry in de.aristaflow.ilm.model.common
Methods in de.aristaflow.ilm.model.common with parameters of type CheckReport.ReportEntryModifier and TypeMethodDescriptionprotected static CheckReport.EntryTransformation.toIlm(CheckReport.ReportEntry entry)