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.
|
edu.harvard.hul.ois.jhove.module.xml |
Contains supporting classes for the XML-HUL module.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorMessage
This class encapsulates an error message from a Module, representing
a problem in the content being analyzed.
|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
List<Message> |
RepInfo.getMessage()
Returns the message list stored in this object
|
Modifier and Type | Method and Description |
---|---|
void |
RepInfo.setMessage(Message message)
Append a Message object to the message list
|
Modifier and Type | Method and Description |
---|---|
protected void |
XmlHandler.showMessage(Message message) |
Modifier and Type | Method and Description |
---|---|
List<Message> |
XmlModuleHandler.getMessages()
Returns the List of messages generated during the parse.
|
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.