| Package | Description |
|---|---|
| de.rwth.swc.coffee4j.engine.report |
| Modifier and Type | Method and Description |
|---|---|
static ReportLevel |
ReportLevel.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReportLevel.isWorseThanOrEqualTo(ReportLevel otherLevel)
Checks if the level given to the method is higher than the own level, or at least equal.
|
void |
Reporter.report(ReportLevel level,
Report report)
Reports the given
Report at the specified level. |
void |
Reporter.report(ReportLevel level,
java.util.function.Supplier<Report> reportSupplier)
This method has the same intentions as
Reporter.report(ReportLevel, Report), but a supplier is given. |
Copyright © 2019. All rights reserved.