Package edu.harvard.hul.ois.jhove
Class InfoMessage
java.lang.Object
edu.harvard.hul.ois.jhove.Message
edu.harvard.hul.ois.jhove.InfoMessage
This 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.
-
Field Summary
Fields inherited from class edu.harvard.hul.ois.jhove.Message
jhoveMessage, NULL, offset, prefix, subMessage -
Constructor Summary
ConstructorsConstructorDescriptionInfoMessage(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. -
Method Summary
Methods inherited from class edu.harvard.hul.ois.jhove.Message
equals, getId, getJhoveMessage, getMessage, getOffset, getPrefix, getSubMessage, hashCode, toString
-
Constructor Details
-
InfoMessage
Creates an InfoMessage with an identifier.- Parameters:
message- The message text and its identifier.
-
InfoMessage
Creates an InfoMessage with an identifier.- Parameters:
message- The message text and its identifier.offset- The offset in the file relevant to the situation being described.
-
InfoMessage
Creates an InfoMessage with an identifier.- Parameters:
message- The message text and its identifier.subMessage- Human-readable additional information.
-
InfoMessage
Creates an InfoMessage with an identifier.- Parameters:
message- The message text and its identifier.subMessage- Human-readable additional information.offset- The offset in the file relevant to the situation being described.
-