Uses of Class
com.adobe.epubcheck.reporting.CheckMessage
Packages that use CheckMessage
-
Uses of CheckMessage in com.adobe.epubcheck.reporting
Classes in com.adobe.epubcheck.reporting that implement interfaces with type arguments of type CheckMessageFields in com.adobe.epubcheck.reporting with type parameters of type CheckMessageModifier and TypeFieldDescription(package private) final List<CheckMessage> CheckingReport.messagesMethods in com.adobe.epubcheck.reporting that return CheckMessageModifier and TypeMethodDescriptionstatic CheckMessageCheckMessage.addCheckMessage(List<CheckMessage> checkMessages, Message message, EPUBLocation location, Object... args) private static CheckMessageCheckMessage.findCheckMessage(List<CheckMessage> checkMessages, String id, String text) Methods in com.adobe.epubcheck.reporting with parameters of type CheckMessageMethod parameters in com.adobe.epubcheck.reporting with type arguments of type CheckMessageModifier and TypeMethodDescriptionstatic CheckMessageCheckMessage.addCheckMessage(List<CheckMessage> checkMessages, Message message, EPUBLocation location, Object... args) private static CheckMessageCheckMessage.findCheckMessage(List<CheckMessage> checkMessages, String id, String text) voidCheckerMetadata.setMessageTypes(List<CheckMessage> messages) -
Uses of CheckMessage in com.adobe.epubcheck.util
Fields in com.adobe.epubcheck.util with type parameters of type CheckMessageModifier and TypeFieldDescriptionprotected final List<CheckMessage> XmlReportAbstract.errorsprotected final List<CheckMessage> XmlReportAbstract.fatalErrorsprotected final List<CheckMessage> XmlReportAbstract.hintsprotected final List<CheckMessage> XmlReportAbstract.warnsMethod parameters in com.adobe.epubcheck.util with type arguments of type CheckMessageModifier and TypeMethodDescriptionprivate voidXmpReportImpl.generateEventOutcome(List<CheckMessage> messages, String sev)