Package org.htmlunit.csp
Interface Policy.PolicyListErrorConsumer
- 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.PolicyListErrorConsumer
PolicyListErrorConsumer ignored. -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(Policy.Severity severity, String message, int policyIndex, int directiveIndex, int valueIndex)
-
Field Details
-
ignored
PolicyListErrorConsumer ignored.
-
-
Method Details
-
add
void add(Policy.Severity severity, String message, int policyIndex, int directiveIndex, int valueIndex)
-