java.lang.Object
org.apache.jena.rfc3986.SeverityMap
Immutable choice of severity settings for
Issues.-
Method Summary
Modifier and TypeMethodDescriptionasMap()Return a mutable copy of the severity settings.static SeverityMapvoidforEach(BiConsumer<Issue, Severity> action) getOrDefault(Issue issue, Severity dftSeverity) static voidUtility to help build aMapfor creating aSeverityMap.toString()
-
Method Details
-
create
-
asMap
Return a mutable copy of the severity settings. -
get
-
getOrDefault
-
forEach
-
toString
-
setSeverity
Utility to help build aMapfor creating aSeverityMap.
-