Uses of Enum Class
org.apache.jena.rfc3986.Issue
Packages that use Issue
-
Uses of Issue in org.apache.jena.rfc3986
Methods in org.apache.jena.rfc3986 that return IssueModifier and TypeMethodDescriptionViolation.issue()Returns the value of theissuerecord component.static IssueReturns the enum constant of this class with the specified name.static Issue[]Issue.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 IssueModifier and TypeMethodDescriptionSeverityMap.asMap()Return a mutable copy of the severity settings.Methods in org.apache.jena.rfc3986 with parameters of type IssueModifier 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 voidUtility to help build aMapfor creating aSeverityMap.Method parameters in org.apache.jena.rfc3986 with type arguments of type IssueModifier and TypeMethodDescriptionstatic SeverityMapvoidSeverityMap.forEach(BiConsumer<Issue, Severity> action) static URNParseURN.parseURN(String string, BiConsumer<Issue, String> handler) Parse a URN, including URN components.static voidUtility to help build aMapfor creating aSeverityMap.static intParseURN.validateAssignedName(String string, BiConsumer<Issue, String> handler) Validate a URN, NID and NSS, excluding URN components.static voidParseURN.validateURN(String string, BiConsumer<Issue, String> handler) Validate a URN, NID and NSS, excluding URN components.Constructors in org.apache.jena.rfc3986 with parameters of type Issue