| 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 a Property representing an integer value.
|
Property |
ModuleBase.addIntegerProperty(String name,
int value,
String[] labels,
int[] index)
Returns a 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 |
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 |
|---|---|
static boolean |
Utils.isPropertyEmpty(Property property,
PropertyArity arity)
Checks if a property would produce an empty XML element, and returns true if
it would.
|
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 int |
JsonHandler.propertyLength(Property property)
Gives the length (number of elements) of a property
|
protected javax.json.JsonObjectBuilder |
JsonHandler.showArrayProperty(Property property) |
protected void |
XmlHandler.showArrayProperty(Property property,
String margin) |
protected javax.json.JsonObjectBuilder |
JsonHandler.showListProperty(Property property) |
protected javax.json.JsonObjectBuilder |
JsonHandler.showMapProperty(Property property) |
protected void |
XmlHandler.showProperty(Property property) |
protected javax.json.JsonObjectBuilder |
JsonHandler.showProperty(Property property) |
protected javax.json.JsonObjectBuilder |
JsonHandler.showScalarProperty(Property property) |
protected javax.json.JsonObjectBuilder |
JsonHandler.showSetProperty(Property property) |
Copyright © 2008–2021 The Open Preservation Foundation. All rights reserved.