| 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 | Method and Description |
|---|---|
Property |
ModuleBase.addIntegerProperty(String name,
int value,
String[] labels)
Returns an Property representing an integer value.
|
Property |
ModuleBase.addIntegerProperty(String name,
int value,
String[] labels,
int[] index)
Returns an Property representing an integer value.
|
Property |
Property.getByName(String name)
Return a property by its name, regardless of its position in the
structural hierarchy of properties.
|
Property |
RepInfo.getByName(String name)
Return property by name, regardless of its position in the
property hierarchy.
|
Property |
RepInfo.getProperty(String name)
Returns a named Property from the Property map
|
Property |
NisoImageMetadata.getViewerData()
Get data for Swing GUI viewer.
|
Property |
PropertyPath.locateProperty(RepInfo info)
Walk down the path and return the specified Property.
|
Property |
PropertyPath.locateProperty(RepInfo info,
boolean trace)
Walk down the path and return the specified Property.
|
Property |
XMPSource.makeProperty()
Generates a property from the underlying data.
|
protected Property[] |
ModuleBase.vectorToPropArray(Vector vec)
A utility for converting a Vector of Properties to an
Array.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Property> |
RepInfo.getProperty()
Returns the Property map stored in this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RepInfo.setProperty(Property property)
Add a Property to the property map.
|
void |
NisoImageMetadata.setViewerData(Property viewerData)
Set information for Swing GUI viewer.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XmlHandler.showArrayProperty(Property property,
String margin) |
protected void |
XmlHandler.showProperty(Property property) |
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.