Uses of Class
edu.harvard.hul.ois.jhove.Property
-
Packages that use Property 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. -
-
Uses of Property in edu.harvard.hul.ois.jhove
Methods in edu.harvard.hul.ois.jhove that return Property Modifier and Type Method Description PropertyModuleBase. addIntegerProperty(String name, int value, String[] labels)Returns a Property representing an integer value.PropertyModuleBase. addIntegerProperty(String name, int value, String[] labels, int[] index)Returns a Property representing an integer value.PropertyProperty. getByName(String name)Return a property by its name, regardless of its position in the structural hierarchy of properties.PropertyRepInfo. getByName(String name)Return property by name, regardless of its position in the property hierarchy.PropertyRepInfo. getProperty(String name)Returns a named Property from the Property mapPropertyNisoImageMetadata. getViewerData()Get data for Swing GUI viewer.PropertyXMPSource. 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 Property Modifier and Type Method Description Map<String,Property>RepInfo. getProperty()Returns the Property map stored in this object.Methods in edu.harvard.hul.ois.jhove with parameters of type Property Modifier and Type Method Description static 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 Property Modifier and Type Method Description protected 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)
-