| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleBase
This class is an abstract implementation of the Module interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Module> |
JhoveBase._moduleList
Ordered list of modules.
|
protected Map<String,Module> |
JhoveBase._moduleMap
Map of modules (for fast access by name).
|
| Modifier and Type | Method and Description |
|---|---|
Module |
RepInfo.getModule()
Return the module.
|
Module |
JhoveBase.getModule(String name)
Returns a module by name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Module> |
JhoveBase.getModuleList()
Returns the List of modules.
|
Map<String,Module> |
JhoveBase.getModuleMap()
Returns the Map of module names to modules.
|
| 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) |
boolean |
JhoveBase.processFile(App app,
Module module,
boolean verbose,
File file,
RepInfo info) |
void |
RepInfo.setModule(Module module)
Add the module.
|
void |
OutputHandler.show(Module module)
Outputs information about a Module
|
abstract void |
HandlerBase.show(Module module)
Outputs information about a Module
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextHandler.show(Module module)
Outputs information about a Module
|
void |
XmlHandler.show(Module module)
Outputs information about a Module
|
| Modifier and Type | Class and Description |
|---|---|
class |
BytestreamModule
Module for analysis of content as a byte stream.
|
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.