Package org.htmlunit.csp
Interface Policy.PolicyErrorConsumer
- Enclosing class:
Policy
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Policy.PolicyErrorConsumer
PolicyErrorConsumer ignored. -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(Policy.Severity severity, String message, int directiveIndex, int valueIndex)
-
Field Details
-
ignored
PolicyErrorConsumer ignored.
-
-
Method Details
-
add
-