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.SeverityReturns 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 TypeMethodDescriptionvoidDirective.DirectiveErrorConsumer.add(Policy.Severity severity, String message, int valueIndex) voidPolicy.PolicyErrorConsumer.add(Policy.Severity severity, String message, int directiveIndex, int valueIndex) voidPolicy.PolicyListErrorConsumer.add(Policy.Severity severity, String message, int policyIndex, int directiveIndex, int valueIndex)