Uses of Interface
edu.harvard.hul.ois.jhove.OutputHandler
Packages that use OutputHandler
Package
Description
Contains the classes needed for building a JHOVE application.
Contains the main classes for JHOVE output handlers.
-
Uses of OutputHandler in edu.harvard.hul.ois.jhove
Classes in edu.harvard.hul.ois.jhove that implement OutputHandlerModifier and TypeClassDescriptionclassAbstract base class for Jhove output handlers.Fields in edu.harvard.hul.ois.jhove with type parameters of type OutputHandlerModifier and TypeFieldDescriptionprotected List<OutputHandler>JhoveBase._handlerListOrdered list of output handlers.protected Map<String,OutputHandler> JhoveBase._handlerMapMap of output handlers (for fast access by name).Methods in edu.harvard.hul.ois.jhove that return OutputHandlerMethods in edu.harvard.hul.ois.jhove that return types with arguments of type OutputHandlerModifier and TypeMethodDescriptionJhoveBase.getHandlerList()Returns the list of handlers.JhoveBase.getHandlerMap()Returns map of handler names to handlers.Methods in edu.harvard.hul.ois.jhove with parameters of type OutputHandlerModifier and TypeMethodDescriptionvoidJhoveBase.dispatch(App app, Module module, OutputHandler aboutHandler, OutputHandler handler, String outputFile, String[] dirFileOrUri) Processes a file or directory, or outputs information.booleanJhoveBase.process(App app, Module module, OutputHandler handler, String dirFileOrUri) Returnsfalseif processing should be aborted.voidApp.show(OutputHandler handler) Outputs detailed information about the application, including configuration, available modules and handlers, etc.abstract voidHandlerBase.show(OutputHandler handler) Outputs information about the OutputHandler specified in the parametervoidModule.show(OutputHandler handler) Generates information about this Module.voidModuleBase.show(OutputHandler handler) Generates information about this Module.voidOutputHandler.show(OutputHandler handler) Outputs information about the OutputHandler specified in the parametervoidRepInfo.show(OutputHandler handler) Output the information in this object. -
Uses of OutputHandler in edu.harvard.hul.ois.jhove.handler
Classes in edu.harvard.hul.ois.jhove.handler that implement OutputHandlerModifier and TypeClassDescriptionclassJHOVE audit output handler, derived from the standard JHOVE XML handler.classOutputHandler for JSON output.classOutputHandler for plain text output.classOutputHandler for XML output.Methods in edu.harvard.hul.ois.jhove.handler with parameters of type OutputHandlerModifier and TypeMethodDescriptionvoidJsonHandler.show(OutputHandler handler) Outputs information about the OutputHandler specified in the parametervoidTextHandler.show(OutputHandler handler) Outputs information about the OutputHandler specified in the parametervoidXmlHandler.show(OutputHandler handler) Outputs information about the OutputHandler specified in the parameter