Uses of Interface
edu.harvard.hul.ois.jhove.OutputHandler
-
Packages that use OutputHandler 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 OutputHandler in edu.harvard.hul.ois.jhove
Classes in edu.harvard.hul.ois.jhove that implement OutputHandler Modifier and Type Class Description classHandlerBaseAbstract base class for Jhove output handlers.Fields in edu.harvard.hul.ois.jhove with type parameters of type OutputHandler Modifier and Type Field Description protected 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 OutputHandler Modifier and Type Method Description OutputHandlerJhoveBase. getHandler(String name)Returns a handler by name.Methods in edu.harvard.hul.ois.jhove that return types with arguments of type OutputHandler Modifier and Type Method Description List<OutputHandler>JhoveBase. getHandlerList()Returns the list of handlers.Map<String,OutputHandler>JhoveBase. getHandlerMap()Returns map of handler names to handlers.Methods in edu.harvard.hul.ois.jhove with parameters of type OutputHandler Modifier and Type Method Description voidJhoveBase. 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 OutputHandler Modifier and Type Class Description classAuditHandlerJHOVE audit output handler, derived from the standard JHOVE XML handler.classJsonHandlerOutputHandler for JSON output.classTextHandlerOutputHandler for plain text output.classXmlHandlerOutputHandler for XML output.Methods in edu.harvard.hul.ois.jhove.handler with parameters of type OutputHandler Modifier and Type Method Description voidJsonHandler. 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
-