Uses of Class
de.rwth.swc.coffee4j.engine.report.ReportLevel
-
Packages that use ReportLevel Package Description de.rwth.swc.coffee4j.engine.report -
-
Uses of ReportLevel in de.rwth.swc.coffee4j.engine.report
Methods in de.rwth.swc.coffee4j.engine.report that return ReportLevel Modifier and Type Method Description static ReportLevelReportLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReportLevel[]ReportLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.rwth.swc.coffee4j.engine.report with parameters of type ReportLevel Modifier and Type Method Description booleanReportLevel. isWorseThanOrEqualTo(ReportLevel otherLevel)Checks if the level given to the method is higher than the own level, or at least equal.voidReporter. report(ReportLevel level, Report report)Reports the givenReportat the specified level.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.
-