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.viewer |
Contains the classes for the JHOVE GUI.
|
Modifier and Type | Class and Description |
---|---|
class |
HandlerBase
Abstract base class for Jhove output handlers.
|
Modifier and Type | Field and Description |
---|---|
protected List<OutputHandler> |
JhoveBase._handlerList
Ordered list of output handlers.
|
protected Map<String,OutputHandler> |
JhoveBase._handlerMap
Map of output handlers (for fast access by name).
|
Modifier and Type | Method and Description |
---|---|
OutputHandler |
JhoveBase.getHandler(String name)
Return a handler by name.
|
Modifier and Type | Method and Description |
---|---|
List<OutputHandler> |
JhoveBase.getHandlerList()
Returns the list of handlers.
|
Map<String,OutputHandler> |
JhoveBase.getHandlerMap()
Returns map of handler names to handlers.
|
Modifier and Type | Method and Description |
---|---|
void |
JhoveBase.dispatch(App app,
Module module,
OutputHandler aboutHandler,
OutputHandler handler,
String outputFile,
String[] dirFileOrUri)
Processes a file or directory, or outputs information.
|
boolean |
JhoveBase.process(App app,
Module module,
OutputHandler handler,
String dirFileOrUri) |
void |
RepInfo.show(OutputHandler handler)
Output the information in this object.
|
void |
OutputHandler.show(OutputHandler handler)
Outputs information about the OutputHandler specified
in the parameter
|
void |
ModuleBase.show(OutputHandler handler)
Generates information about this Module.
|
void |
Module.show(OutputHandler handler)
Generates information about this Module.
|
abstract void |
HandlerBase.show(OutputHandler handler)
Outputs information about the OutputHandler specified
in the parameter
|
void |
App.show(OutputHandler handler)
Outputs detailed information about the application, including
configuration, available modules and handlers, etc.
|
Modifier and Type | Class and Description |
---|---|
class |
AuditHandler
JHOVE audit output handler, derived from the standard JHOVE XML
handler.
|
class |
TextHandler
OutputHandler for plain text output.
|
class |
XmlHandler
OutputHandler for XML output.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlHandler.show(OutputHandler handler)
Outputs information about the OutputHandler specified
in the parameter
|
void |
TextHandler.show(OutputHandler handler)
Outputs information about the OutputHandler specified
in the parameter
|
Modifier and Type | Class and Description |
---|---|
class |
ViewHandler
This is an output handler which connects JHOVE output to the
Swing interface of the viewer application.
|
Modifier and Type | Method and Description |
---|---|
protected OutputHandler |
InfoWindow.selectHandler()
Sets up the OutputHandler from the JComboBox
and returns it.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewHandler.show(OutputHandler handler)
Outputs information about the OutputHandler specified
in the parameter.
|
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.