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 | 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) |
boolean |
JhoveBase.processFile(App app,
Module module,
boolean verbose,
File file,
RepInfo info) |
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.
|
Modifier and Type | Field and Description |
---|---|
protected App |
InfoWindow._app |
Modifier and Type | Method and Description |
---|---|
void |
ViewWindow.addRepInfo(RepInfo info,
App app,
JhoveBase base)
Appends the representation of a RepInfo object to the
tree.
|
void |
ViewHandler.show(App app) |
Constructor and Description |
---|
AppInfoWindow(App app,
JhoveBase jbase) |
InfoWindow(String title,
App app,
JhoveBase base)
Constructor.
|
JhoveWindow(App app,
JhoveBase base) |
ModuleInfoWindow(App app,
JhoveBase base,
Module module)
Constructor.
|
RepTreeRoot(RepInfo info,
App app,
JhoveBase base)
Constructor.
|
ViewHandler(JhoveWindow jhwin,
App app,
JhoveBase base)
Creates a ViewHandler.
|
ViewWindow(App app,
JhoveBase base,
JhoveWindow jhwin)
Constructor.
|
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.