Uses of Enum
org.htmlunit.csp.Policy.Severity
Packages that use Policy.Severity
-
Uses of Policy.Severity in org.htmlunit.csp
Methods in org.htmlunit.csp that return Policy.SeverityModifier and TypeMethodDescriptionstatic Policy.Severity
Returns the enum constant of this type with the specified name.static Policy.Severity[]
Policy.Severity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.htmlunit.csp with parameters of type Policy.SeverityModifier and TypeMethodDescriptionvoid
Directive.DirectiveErrorConsumer.add
(Policy.Severity severity, String message, int valueIndex) void
Policy.PolicyErrorConsumer.add
(Policy.Severity severity, String message, int directiveIndex, int valueIndex) void
Policy.PolicyListErrorConsumer.add
(Policy.Severity severity, String message, int policyIndex, int directiveIndex, int valueIndex)