Uses of Class
com.adobe.epubcheck.messages.Message
Packages that use Message
Package
Description
-
Uses of Message in com.adobe.epubcheck.api
Methods in com.adobe.epubcheck.api with parameters of type MessageModifier and TypeMethodDescriptionvoidQuietReport.message(Message message, EPUBLocation location, Object... args) voidReport.message(Message message, EPUBLocation location, Object... args) Called when a violation of the standard is found in epub. -
Uses of Message in com.adobe.epubcheck.messages
Fields in com.adobe.epubcheck.messages with type parameters of type MessageModifier and TypeFieldDescriptionLocalizedMessages.cachedMessagesOverriddenMessages.overridenMessagesMethods in com.adobe.epubcheck.messages that return MessageModifier and TypeMethodDescriptionLocalizedMessageDictionary.getMessage(MessageId id) LocalizedMessages.getMessage(MessageId id) Gets the message for the given id.MessageDictionary.getMessage(MessageId id) OverriddenMessageDictionary.getMessage(MessageId id) OverriddenMessages.getMessage(MessageId id) -
Uses of Message in com.adobe.epubcheck.reporting
Methods in com.adobe.epubcheck.reporting with parameters of type MessageModifier and TypeMethodDescriptionstatic CheckMessageCheckMessage.addCheckMessage(List<CheckMessage> checkMessages, Message message, EPUBLocation location, Object... args) voidCheckingReport.message(Message message, EPUBLocation location, Object... args) Constructors in com.adobe.epubcheck.reporting with parameters of type MessageModifierConstructorDescriptionprivateCheckMessage(Message message, EPUBLocation location, Object... args) -
Uses of Message in com.adobe.epubcheck.util
Methods in com.adobe.epubcheck.util with parameters of type MessageModifier and TypeMethodDescription(package private) StringDefaultReportImpl.formatMessage(Message message, EPUBLocation location, Object... args) voidDefaultReportImpl.message(Message message, EPUBLocation location, Object... args) voidWriterReportImpl.message(Message message, EPUBLocation location, Object... args) voidXmlReportAbstract.message(Message message, EPUBLocation location, Object... args)