Uses of Class
com.adobe.epubcheck.messages.Severity
-
Packages that use Severity Package Description com.adobe.epubcheck.messages com.adobe.epubcheck.reporting com.adobe.epubcheck.util -
-
Uses of Severity in com.adobe.epubcheck.messages
Fields in com.adobe.epubcheck.messages declared as Severity Modifier and Type Field Description private SeverityMessage. originalSeverityprivate SeverityMessage. severityFields in com.adobe.epubcheck.messages with type parameters of type Severity Modifier and Type Field Description private static java.util.Map<java.lang.String,Severity>Severity. mapprivate static java.util.Map<MessageId,Severity>DefaultSeverities. severitiesMethods in com.adobe.epubcheck.messages that return Severity Modifier and Type Method Description static SeveritySeverity. fromString(java.lang.String name)SeverityDefaultSeverities. get(MessageId id)SeveritySeverities. get(MessageId id)SeverityMessage. getOriginalSeverity()SeverityMessage. getSeverity()static SeveritySeverity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Severity[]Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.adobe.epubcheck.messages with parameters of type Severity Constructor Description Message(MessageId messageId, Severity severity, Severity originalSeverity, java.lang.String message, java.lang.String suggestion)Message(MessageId messageId, Severity severity, java.lang.String message, java.lang.String suggestion) -
Uses of Severity in com.adobe.epubcheck.reporting
Fields in com.adobe.epubcheck.reporting declared as Severity Modifier and Type Field Description private SeverityCheckMessage. severityMethods in com.adobe.epubcheck.reporting that return Severity Modifier and Type Method Description SeverityCheckMessage. getSeverity() -
Uses of Severity in com.adobe.epubcheck.util
Methods in com.adobe.epubcheck.util with parameters of type Severity Modifier and Type Method Description static intReportingLevel. getReportingLevel(Severity severity)
-