Uses of Class
de.rwth.swc.coffee4j.engine.report.Report
-
Packages that use Report Package Description de.rwth.swc.coffee4j.engine.report -
-
Uses of Report in de.rwth.swc.coffee4j.engine.report
Methods in de.rwth.swc.coffee4j.engine.report that return Report Modifier and Type Method Description static ReportReport. report(java.lang.String report, java.lang.Object... arguments)Methods in de.rwth.swc.coffee4j.engine.report with parameters of type Report Modifier and Type Method Description voidReporter. report(ReportLevel level, Report report)Reports the givenReportat the specified level.default voidReporter. reportDebug(Report report)CallsReporter.report(ReportLevel, Report)with the levelReportLevel.DEBUGand the given report.default voidReporter. reportError(Report report)CallsReporter.report(ReportLevel, Report)with the levelReportLevel.ERRORand the given report.default voidReporter. reportFatal(Report report)CallsReporter.report(ReportLevel, Report)with the levelReportLevel.FATALand the given report.default voidReporter. reportInfo(Report report)CallsReporter.report(ReportLevel, Report)with the levelReportLevel.INFOand the given report.default voidReporter. reportTrace(Report report)CallsReporter.report(ReportLevel, Report)with the levelReportLevel.TRACEand the given report.default voidReporter. reportWarn(Report report)CallsReporter.report(ReportLevel, Report)with the levelReportLevel.WARNand the given report.Method parameters in de.rwth.swc.coffee4j.engine.report with type arguments of type Report Modifier and Type Method Description voidReporter. report(ReportLevel level, java.util.function.Supplier<Report> reportSupplier)This method has the same intentions asReporter.report(ReportLevel, Report), but a supplier is given.default voidReporter. reportDebug(java.util.function.Supplier<Report> reportSupplier)CallsReporter.report(ReportLevel, Supplier)with the levelReportLevel.DEBUGand the given supplier.default voidReporter. reportError(java.util.function.Supplier<Report> reportSupplier)CallsReporter.report(ReportLevel, Supplier)with the levelReportLevel.ERRORand the given supplier.default voidReporter. reportFatal(java.util.function.Supplier<Report> reportSupplier)CallsReporter.report(ReportLevel, Supplier)with the levelReportLevel.FATALand the given supplier.default voidReporter. reportInfo(java.util.function.Supplier<Report> reportSupplier)CallsReporter.report(ReportLevel, Supplier)with the levelReportLevel.INFOand the given supplier.default voidReporter. reportTrace(java.util.function.Supplier<Report> reportSupplier)CallsReporter.report(ReportLevel, Supplier)with the levelReportLevel.TRACEand the given supplier.default voidReporter. reportWarn(java.util.function.Supplier<Report> reportSupplier)CallsReporter.report(ReportLevel, Supplier)with the levelReportLevel.WARNand the given supplier.Constructors in de.rwth.swc.coffee4j.engine.report with parameters of type Report Constructor Description Report(Report report)Copy constructor.
-