Package | Description |
---|---|
edu.harvard.hul.ois.jhove |
Contains the classes needed for building a JHOVE application.
|
edu.harvard.hul.ois.jhove.module.jpeg |
Contains supporting classes for the JPEG-HUL module.
|
edu.harvard.hul.ois.jhove.viewer |
Contains the classes for the JHOVE GUI.
|
Modifier and Type | Field and Description |
---|---|
protected JhoveBase |
HandlerBase._base
The Jhove engine
|
protected JhoveBase |
ModuleBase._je
JHOVE engine.
|
protected JhoveBase |
HandlerBase._je
JHOVE engine.
|
Modifier and Type | Method and Description |
---|---|
JhoveBase |
ModuleBase.getBase()
Returns the JHOVE engine object.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputHandler.setBase(JhoveBase je)
Assigns the JHOVE engine object to provide services to this handler
|
void |
ModuleBase.setBase(JhoveBase je)
Pass the JHOVE engine object to this Module.
|
void |
Module.setBase(JhoveBase je)
Pass the JHOVE engine object to this Module.
|
void |
HandlerBase.setBase(JhoveBase je)
Assigns the JHOVE engine object to provide services to this handler
|
Modifier and Type | Method and Description |
---|---|
RepInfo |
JpegExif.readExifData(DataInputStream dstream,
JhoveBase je,
int length)
Reads the Exif data from the current point at the data stream,
puts it into a temporary file, and makes a RepInfo object
available.
|
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.
|
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.