Uses of Class
com.adobe.epubcheck.reporting.CheckMessage
-
Packages that use CheckMessage Package Description com.adobe.epubcheck.reporting com.adobe.epubcheck.util -
-
Uses of CheckMessage in com.adobe.epubcheck.reporting
Fields in com.adobe.epubcheck.reporting with type parameters of type CheckMessage Modifier and Type Field Description (package private) java.util.List<CheckMessage>CheckingReport. messagesMethods in com.adobe.epubcheck.reporting that return CheckMessage Modifier and Type Method Description static CheckMessageCheckMessage. addCheckMessage(java.util.List<CheckMessage> checkMessages, Message message, EPUBLocation location, java.lang.Object... args)private static CheckMessageCheckMessage. findCheckMessage(java.util.List<CheckMessage> checkMessages, java.lang.String id, java.lang.String text)Methods in com.adobe.epubcheck.reporting with parameters of type CheckMessage Modifier and Type Method Description intCheckMessage. compareTo(CheckMessage o)Method parameters in com.adobe.epubcheck.reporting with type arguments of type CheckMessage Modifier and Type Method Description static CheckMessageCheckMessage. addCheckMessage(java.util.List<CheckMessage> checkMessages, Message message, EPUBLocation location, java.lang.Object... args)private static CheckMessageCheckMessage. findCheckMessage(java.util.List<CheckMessage> checkMessages, java.lang.String id, java.lang.String text)voidCheckerMetadata. setMessageTypes(java.util.List<CheckMessage> messages) -
Uses of CheckMessage in com.adobe.epubcheck.util
Fields in com.adobe.epubcheck.util with type parameters of type CheckMessage Modifier and Type Field Description protected java.util.List<CheckMessage>XmlReportAbstract. errorsprotected java.util.List<CheckMessage>XmlReportAbstract. fatalErrorsprotected java.util.List<CheckMessage>XmlReportAbstract. hintsprotected java.util.List<CheckMessage>XmlReportAbstract. warnsMethod parameters in com.adobe.epubcheck.util with type arguments of type CheckMessage Modifier and Type Method Description private voidXmpReportImpl. generateEventOutcome(java.util.List<CheckMessage> messages, java.lang.String sev)
-