Class SeverityStyling
java.lang.Object
org.ek9lang.cli.coverage.SeverityStyling
- All Implemented Interfaces:
Function<SeverityDeterminer.Severity, SeverityStyling.Styling>
final class SeverityStyling
extends Object
implements Function<SeverityDeterminer.Severity, SeverityStyling.Styling>
Maps severity level to CSS class and icon.
Single responsibility: severity to visual styling mapping.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final recordVisual styling for a severity level. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SeverityStyling
SeverityStyling()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<SeverityDeterminer.Severity, SeverityStyling.Styling>
-