Uses of Class
edu.harvard.hul.ois.jhove.Agent
-
Packages that use Agent 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 Agent in edu.harvard.hul.ois.jhove
Fields in edu.harvard.hul.ois.jhove declared as Agent Modifier and Type Field Description protected AgentHandlerBase. _vendorHandler vendorprotected AgentModuleBase. _vendorModule vendorMethods in edu.harvard.hul.ois.jhove that return Agent Modifier and Type Method Description static AgentAgent. bnfInstance()AgentAgent.Builder. build()AgentHandlerBase. getVendor()Return the vendor informationAgentModule. getVendor()Return the vendor informationAgentModuleBase. getVendor()Return the vendor informationAgentOutputHandler. getVendor()Returns a List of Agent objects giving the vendor(s) of this handler.static AgentAgent. harvardInstance()static AgentAgent. newAdobeInstance()static AgentAgent. newIsoInstance()static AgentAgent. newW3CInstance()static AgentAgent. opfInstance()Methods in edu.harvard.hul.ois.jhove that return types with arguments of type Agent Modifier and Type Method Description List<Agent>Document. getAuthor()Returns a List of Agents, each representing an author of this Document.List<Agent>Document. getPublisher()Returns a List of Agents, each representing a publisher of this Document.Methods in edu.harvard.hul.ois.jhove with parameters of type Agent Modifier and Type Method Description voidDocument. setAuthor(Agent author)Adds an author to the list of authorsvoidDocument. setPublisher(Agent publisher)Adds a publisher to the list of publishers -
Uses of Agent in edu.harvard.hul.ois.jhove.handler
Methods in edu.harvard.hul.ois.jhove.handler with parameters of type Agent Modifier and Type Method Description protected javax.json.JsonObjectBuilderJsonHandler. showAgent(Agent agent, String label)PRIVATE INSTANCE METHODS.protected voidXmlHandler. showAgent(Agent agent, String label)PRIVATE INSTANCE METHODS.
-