Uses of Class
edu.harvard.hul.ois.jhove.Property
Packages that use Property
Package
Description
Contains the classes needed for building a JHOVE application.
Contains the main classes for JHOVE output handlers.
-
Uses of Property in edu.harvard.hul.ois.jhove
Methods in edu.harvard.hul.ois.jhove that return PropertyModifier and TypeMethodDescriptionModuleBase.addIntegerProperty(String name, int value, String[] labels) Returns a Property representing an integer value.ModuleBase.addIntegerProperty(String name, int value, String[] labels, int[] index) Returns a Property representing an integer value.Return a property by its name, regardless of its position in the structural hierarchy of properties.Return property by name, regardless of its position in the property hierarchy.RepInfo.getProperty(String name) Returns a named Property from the Property mapNisoImageMetadata.getViewerData()Get data for Swing GUI viewer.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.Methods in edu.harvard.hul.ois.jhove that return types with arguments of type PropertyModifier and TypeMethodDescriptionRepInfo.getProperty()Returns the Property map stored in this object.Methods in edu.harvard.hul.ois.jhove with parameters of type PropertyModifier and TypeMethodDescriptionstatic booleanUtils.isPropertyEmpty(Property property, PropertyArity arity) Checks if a property would produce an empty XML element, and returns true if it would.voidRepInfo.setProperty(Property property) Add a Property to the property map.voidNisoImageMetadata.setViewerData(Property viewerData) Set information for Swing GUI viewer. -
Uses of Property in edu.harvard.hul.ois.jhove.handler
Methods in edu.harvard.hul.ois.jhove.handler with parameters of type PropertyModifier and TypeMethodDescriptionprotected intJsonHandler.propertyLength(Property property) Gives the length (number of elements) of a propertyprotected javax.json.JsonObjectBuilderJsonHandler.showArrayProperty(Property property) protected voidXmlHandler.showArrayProperty(Property property, String margin) protected javax.json.JsonObjectBuilderJsonHandler.showListProperty(Property property) protected javax.json.JsonObjectBuilderJsonHandler.showMapProperty(Property property) protected javax.json.JsonObjectBuilderJsonHandler.showProperty(Property property) protected voidXmlHandler.showProperty(Property property) protected javax.json.JsonObjectBuilderJsonHandler.showScalarProperty(Property property) protected javax.json.JsonObjectBuilderJsonHandler.showSetProperty(Property property)