Uses of Enum Class
org.apache.jena.rfc3986.Severity
Packages that use Severity
-
Uses of Severity in org.apache.jena.rfc3986
Methods in org.apache.jena.rfc3986 that return SeverityModifier and TypeMethodDescriptionSeverityMap.getOrDefault(Issue issue, Severity dftSeverity) static SeverityViolations.getSeverity(Issue issue) Get the current severity level for an issue using the system settings.static SeverityViolations.getSeverity(SeverityMap severityMap, Issue issue) Get the current severity level for an issue using the global settings.static SeverityReturns the enum constant of this class with the specified name.static Severity[]Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.jena.rfc3986 that return types with arguments of type SeverityModifier and TypeMethodDescriptionSeverityMap.asMap()Return a mutable copy of the severity settings.Methods in org.apache.jena.rfc3986 with parameters of type SeverityModifier and TypeMethodDescriptionSeverityMap.getOrDefault(Issue issue, Severity dftSeverity) booleanIRI3986.hasViolations(Severity levelSeverity) Return true if this IRI has any violations greater than (and not equal to) the severity argument.static voidUtility to help build aMapfor creating aSeverityMap.Method parameters in org.apache.jena.rfc3986 with type arguments of type SeverityModifier and TypeMethodDescriptionstatic SeverityMapvoidSeverityMap.forEach(BiConsumer<Issue, Severity> action) static voidUtility to help build aMapfor creating aSeverityMap.