java.lang.Object
org.apache.jena.rfc3986.Violations
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SeverityMapSystem default settings for violation levelsstatic final SeverityMapStrict, all errors, settings. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SeveritygetSeverity(Issue issue) Get the current severity level for an issue using the system settings.static SeveritygetSeverity(SeverityMap severityMap, Issue issue) Get the current severity level for an issue using the global settings.static voidreset()static voidsetSystemSeverityMap(SeverityMap newSeverityMap) Set the global severity map for an issue using the system settings.static SeverityMap
-
Field Details
-
globalDftLevels
System default settings for violation levels -
strictLevels
Strict, all errors, settings.
-
-
Constructor Details
-
Violations
public Violations()
-
-
Method Details
-
severities
-
getSeverity
Get the current severity level for an issue using the system settings. -
getSeverity
Get the current severity level for an issue using the global settings. -
setSystemSeverityMap
Set the global severity map for an issue using the system settings. -
reset
public static void reset()
-