Uses of Enum Class
com.adobe.epubcheck.messages.MessageId
Packages that use MessageId
-
Uses of MessageId in com.adobe.epubcheck.api
Fields in com.adobe.epubcheck.api with type parameters of type MessageIdMethods in com.adobe.epubcheck.api with parameters of type MessageIdModifier and TypeMethodDescriptionvoidMasterReport.message(MessageId id, EPUBLocation location, Object... args) voidReport.message(MessageId id, EPUBLocation location, Object... args) Called when a violation of the standard is found in epub.private voidMasterReport.reportMessageId(MessageId id) -
Uses of MessageId in com.adobe.epubcheck.messages
Subclasses with type arguments of type MessageId in com.adobe.epubcheck.messagesClasses in com.adobe.epubcheck.messages that implement interfaces with type arguments of type MessageIdFields in com.adobe.epubcheck.messages declared as MessageIdFields in com.adobe.epubcheck.messages with type parameters of type MessageIdModifier and TypeFieldDescriptionLocalizedMessages.cachedMessagesMessageId.mapOverriddenMessages.overridenMessagesDefaultSeverities.severitiesMethods in com.adobe.epubcheck.messages that return MessageIdModifier and TypeMethodDescriptionstatic MessageIdMessageId.fromString(String messageId) Message.getID()static MessageIdReturns the enum constant of this class with the specified name.static MessageId[]MessageId.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.adobe.epubcheck.messages with parameters of type MessageIdModifier 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) private StringLocalizedMessages.getMessageAsString(MessageId id) LocalizedMessages.getSuggestion(MessageId id) Returns the suggestion message for the given message ID.LocalizedMessages.getSuggestion(MessageId id, String key) Returns the suggestion message for the given message ID and key.Constructors in com.adobe.epubcheck.messages with parameters of type MessageId -
Uses of MessageId in com.adobe.epubcheck.ops
Methods in com.adobe.epubcheck.ops with parameters of type MessageIdModifier and TypeMethodDescriptionprotected voidOPSHandler.checkDependentCondition(MessageId id, boolean condition1, boolean condition2, EPUBLocation location)