Uses of Class
edu.harvard.hul.ois.jhove.Identifier
-
Packages that use Identifier 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 Identifier in edu.harvard.hul.ois.jhove
Methods in edu.harvard.hul.ois.jhove that return types with arguments of type Identifier Modifier and Type Method Description List<Identifier>Document. getIdentifier()Returns the list of formal Identifiers for this Document.Methods in edu.harvard.hul.ois.jhove with parameters of type Identifier Modifier and Type Method Description voidDocument. 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 Identifier Modifier and Type Method Description protected javax.json.JsonObjectBuilderJsonHandler. showIdentifier(Identifier identifier)protected voidXmlHandler. showIdentifier(Identifier identifier)
-