| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected App |
ModuleBase._app
The application object
|
protected App |
HandlerBase._app
The application object
|
| Modifier and Type | Method and Description |
|---|---|
App |
ModuleBase.getApp()
Returns the App object.
|
static App |
App.newAppWithName(String name) |
| 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)
Returns
false if processing should be aborted. |
boolean |
JhoveBase.processFile(App app,
Module module,
boolean verbose,
File file,
RepInfo info)
Processes the file.
|
void |
OutputHandler.setApp(App app)
Assigns an application object to provide services to this handler
|
void |
ModuleBase.setApp(App app)
Pass the associated App object to this Module.
|
void |
Module.setApp(App app)
Pass the associated App object to this Module.
|
void |
HandlerBase.setApp(App app)
Pass the associated App object to this Module.
|
void |
OutputHandler.show(App app)
Outputs detailed information about the application,
including configuration, available modules and handlers,
etc.
|
abstract void |
HandlerBase.show(App app)
Outputs detailed information about the application,
including configuration, available modules and handlers,
etc.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlHandler.show(App app)
Outputs detailed information about the application,
including configuration, available modules and handlers,
etc.
|
void |
TextHandler.show(App app)
Outputs detailed information about the application,
including configuration, available modules and handlers,
etc.
|
Copyright © 2008–2018 The Open Preservation Foundation. All rights reserved.