Uses of Class
edu.harvard.hul.ois.jhove.Agent
Packages that use Agent
Package
Description
Contains the classes needed for building a JHOVE application.
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 AgentModifier and TypeFieldDescriptionprotected AgentHandlerBase._vendorHandler vendorprotected AgentModuleBase._vendorModule vendorMethods in edu.harvard.hul.ois.jhove that return AgentModifier and TypeMethodDescriptionstatic final AgentAgent.bnfInstance()Agent.Builder.build()final AgentHandlerBase.getVendor()Return the vendor informationModule.getVendor()Return the vendor informationfinal AgentModuleBase.getVendor()Return the vendor informationOutputHandler.getVendor()Returns a List of Agent objects giving the vendor(s) of this handler.static final AgentAgent.harvardInstance()static final AgentAgent.newAdobeInstance()static final AgentAgent.newIsoInstance()static final AgentAgent.newW3CInstance()static final AgentAgent.opfInstance()Methods in edu.harvard.hul.ois.jhove that return types with arguments of type AgentModifier and TypeMethodDescriptionDocument.getAuthor()Returns a List of Agents, each representing an author of this Document.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 AgentModifier and TypeMethodDescriptionvoidAdds 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