Uses of Class
org.apache.jena.rfc3986.SeverityMap
Packages that use SeverityMap
-
Uses of SeverityMap in org.apache.jena.rfc3986
Fields in org.apache.jena.rfc3986 declared as SeverityMapModifier and TypeFieldDescriptionstatic final SeverityMapViolations.globalDftLevelsSystem default settings for violation levelsstatic final SeverityMapViolations.strictLevelsStrict, all errors, settings.Methods in org.apache.jena.rfc3986 that return SeverityMapMethods in org.apache.jena.rfc3986 with parameters of type SeverityMapModifier and TypeMethodDescriptionstatic SeverityViolations.getSeverity(SeverityMap severityMap, Issue issue) Get the current severity level for an issue using the global settings.static voidViolations.setSystemSeverityMap(SeverityMap newSeverityMap) Set the global severity map for an issue using the system settings.static voidSystemIRI3986.toHandler(IRI3986 iri, SeverityMap severityMap, ErrorHandler errorHandler) Determine the severity of each violation and send to anErrorHandler.