Uses of Class
edu.harvard.hul.ois.jhove.Identifier
Packages that use Identifier
Package
Description
Contains the classes needed for building a JHOVE application.
Contains the main classes for JHOVE output handlers.
-
Uses of Identifier in edu.harvard.hul.ois.jhove
Methods in edu.harvard.hul.ois.jhove that return types with arguments of type IdentifierModifier and TypeMethodDescriptionDocument.getIdentifier()Returns the list of formal Identifiers for this Document.Methods in edu.harvard.hul.ois.jhove with parameters of type IdentifierModifier and TypeMethodDescriptionvoidDocument.setIdentifier(Identifier identifier) Adds an Identifier to the list of identifiers -
Uses of Identifier in edu.harvard.hul.ois.jhove.handler
Methods in edu.harvard.hul.ois.jhove.handler with parameters of type IdentifierModifier and TypeMethodDescriptionprotected javax.json.JsonObjectBuilderJsonHandler.showIdentifier(Identifier identifier) protected voidXmlHandler.showIdentifier(Identifier identifier)