Uses of Class
edu.harvard.hul.ois.jhove.Message
Packages that use Message
Package
Description
Contains the classes needed for building a JHOVE application.
Contains the main classes for JHOVE output handlers.
-
Uses of Message in edu.harvard.hul.ois.jhove
Subclasses of Message in edu.harvard.hul.ois.jhoveModifier and TypeClassDescriptionfinal classThis class encapsulates an error message from a Module, representing a problem in the content being analyzed.final classThis class encapsulates an informational message from a Module, giving information (not necessarily a problem) about the content being analyzed or the way that JHOVE deals with it.Methods in edu.harvard.hul.ois.jhove that return types with arguments of type MessageModifier and TypeMethodDescriptionRepInfo.getMessage()Returns the message list stored in this objectMethods in edu.harvard.hul.ois.jhove with parameters of type MessageModifier and TypeMethodDescriptionvoidRepInfo.setMessage(Message message) Append a Message object to the message list -
Uses of Message in edu.harvard.hul.ois.jhove.handler
Methods in edu.harvard.hul.ois.jhove.handler with parameters of type MessageModifier and TypeMethodDescriptionprotected jakarta.json.JsonObjectBuilderJsonHandler.showMessage(Message message) protected voidXmlHandler.showMessage(Message message)