Uses of Interface
edu.harvard.hul.ois.jhove.messages.JhoveMessage
Packages that use JhoveMessage
Package
Description
Contains the classes needed for building a JHOVE application.
-
Uses of JhoveMessage in edu.harvard.hul.ois.jhove
Fields in edu.harvard.hul.ois.jhove declared as JhoveMessageModifier and TypeFieldDescriptionstatic final JhoveMessageCoreMessageConstants.JHOVE_CORE_1static final JhoveMessageCoreMessageConstants.JHOVE_CORE_2static final JhoveMessageCoreMessageConstants.JHOVE_CORE_3static final JhoveMessageCoreMessageConstants.JHOVE_CORE_4static final JhoveMessageCoreMessageConstants.JHOVE_CORE_5protected final JhoveMessageMessage.jhoveMessagePRIVATE INSTANCE FIELDS.Methods in edu.harvard.hul.ois.jhove that return JhoveMessageConstructors in edu.harvard.hul.ois.jhove with parameters of type JhoveMessageModifierConstructorDescriptionErrorMessage(JhoveMessage message) Creates an ErrorMessage with an identifier.ErrorMessage(JhoveMessage message, long offset) Creates an ErrorMessage with an identifier.ErrorMessage(JhoveMessage message, String subMessage) Creates an ErrorMessage with an identifier.ErrorMessage(JhoveMessage message, String subMessage, long offset) Creates an ErrorMessage with an identifier.InfoMessage(JhoveMessage message) Creates an InfoMessage with an identifier.InfoMessage(JhoveMessage message, long offset) Creates an InfoMessage with an identifier.InfoMessage(JhoveMessage message, String subMessage) Creates an InfoMessage with an identifier.InfoMessage(JhoveMessage message, String subMessage, long offset) Creates an InfoMessage with an identifier.protectedMessage(JhoveMessage message, String subMessage, long offset, String prefix) Creates a Message with an identifier. -
Uses of JhoveMessage in edu.harvard.hul.ois.jhove.messages
Fields in edu.harvard.hul.ois.jhove.messages declared as JhoveMessageMethods in edu.harvard.hul.ois.jhove.messages that return JhoveMessageModifier and TypeMethodDescriptionJhoveMessageFactory.getMessage(String id) Retrieve JhoveMessage by unique persistent idstatic JhoveMessageJhoveMessages.getMessageInstance(String message) Create a new message instance with a DEFAULT_IDstatic JhoveMessageJhoveMessages.getMessageInstance(String id, String message) Create a JhoveMessage instance with the give id and message valuestatic JhoveMessageJhoveMessages.getMessageInstance(String id, String message, String subMessage) Create a new JhoveMessage instance with the given id, message and sub-message