Uses of Class
com.adobe.epubcheck.messages.Message
-
Packages that use Message Package Description com.adobe.epubcheck.api com.adobe.epubcheck.messages com.adobe.epubcheck.reporting com.adobe.epubcheck.util -
-
Uses of Message in com.adobe.epubcheck.api
Methods in com.adobe.epubcheck.api with parameters of type Message Modifier and Type Method Description voidQuietReport. message(Message message, EPUBLocation location, java.lang.Object... args)voidReport. message(Message message, EPUBLocation location, java.lang.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 Message Modifier and Type Field Description private java.util.Map<MessageId,Message>LocalizedMessages. cachedMessagesprivate java.util.Map<MessageId,Message>OverriddenMessages. overridenMessagesMethods in com.adobe.epubcheck.messages that return Message Modifier and Type Method Description MessageLocalizedMessageDictionary. getMessage(MessageId id)MessageLocalizedMessages. getMessage(MessageId id)Gets the message for the given id.MessageMessageDictionary. getMessage(MessageId id)MessageOverriddenMessageDictionary. getMessage(MessageId id)MessageOverriddenMessages. getMessage(MessageId id) -
Uses of Message in com.adobe.epubcheck.reporting
Methods in com.adobe.epubcheck.reporting with parameters of type Message Modifier and Type Method Description static CheckMessageCheckMessage. addCheckMessage(java.util.List<CheckMessage> checkMessages, Message message, EPUBLocation location, java.lang.Object... args)voidCheckingReport. message(Message message, EPUBLocation location, java.lang.Object... args)Constructors in com.adobe.epubcheck.reporting with parameters of type Message Constructor Description CheckMessage(Message message, EPUBLocation location, java.lang.Object... args) -
Uses of Message in com.adobe.epubcheck.util
Methods in com.adobe.epubcheck.util with parameters of type Message Modifier and Type Method Description (package private) java.lang.StringDefaultReportImpl. formatMessage(Message message, EPUBLocation location, java.lang.Object... args)voidDefaultReportImpl. message(Message message, EPUBLocation location, java.lang.Object... args)voidWriterReportImpl. message(Message message, EPUBLocation location, java.lang.Object... args)voidXmlReportAbstract. message(Message message, EPUBLocation location, java.lang.Object... args)
-