Uses of Class
edu.harvard.hul.ois.jhove.Message
-
Packages that use Message Package Description edu.harvard.hul.ois.jhove Contains the classes needed for building a JHOVE application.edu.harvard.hul.ois.jhove.handler 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.jhove Modifier and Type Class Description classErrorMessageThis class encapsulates an error message from a Module, representing a problem in the content being analyzed.classInfoMessageThis 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 Message Modifier and Type Method Description List<Message>RepInfo. getMessage()Returns the message list stored in this objectMethods in edu.harvard.hul.ois.jhove with parameters of type Message Modifier and Type Method Description voidRepInfo. 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 Message Modifier and Type Method Description protected javax.json.JsonObjectBuilderJsonHandler. showMessage(Message message)protected voidXmlHandler. showMessage(Message message)
-