Package com.shapesecurity.salvation2
Interface Directive.ManipulationErrorConsumer
-
- Enclosing class:
- Directive
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Directive.ManipulationErrorConsumer
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDirective.ManipulationErrorConsumer.Severity
-
Field Summary
Fields Modifier and Type Field Description static Directive.ManipulationErrorConsumerignored
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(Directive.ManipulationErrorConsumer.Severity severity, String message)
-
-
-
Field Detail
-
ignored
static final Directive.ManipulationErrorConsumer ignored
-
-
Method Detail
-
add
void add(Directive.ManipulationErrorConsumer.Severity severity, String message)
-
-