Uses of Interface
edu.harvard.hul.ois.jhove.Module
Packages that use Module
Package
Description
Contains the classes needed for building a JHOVE application.
Contains the main classes for JHOVE output handlers.
Contains the main classes for JHOVE modules.
-
Uses of Module in edu.harvard.hul.ois.jhove
Classes in edu.harvard.hul.ois.jhove that implement ModuleModifier and TypeClassDescriptionclassThis class is an abstract implementation of the Module interface.Fields in edu.harvard.hul.ois.jhove with type parameters of type ModuleModifier and TypeFieldDescriptionJhoveBase._moduleListOrdered list of modules.JhoveBase._moduleMapMap of modules (for fast access by name).Methods in edu.harvard.hul.ois.jhove that return ModuleModifier and TypeMethodDescriptionReturns a module by name.RepInfo.getModule()Return the module.Methods in edu.harvard.hul.ois.jhove that return types with arguments of type ModuleModifier and TypeMethodDescriptionJhoveBase.getModuleList()Returns the list of modules.JhoveBase.getModuleMap()Returns the map of module names to modules.Methods in edu.harvard.hul.ois.jhove with parameters of type ModuleModifier 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.booleanJhoveBase.processFile(App app, Module module, boolean verbose, File file, RepInfo info) Processes the file.voidAdd the module.abstract voidOutputs information about a ModulevoidOutputs information about a ModuleConstructor parameters in edu.harvard.hul.ois.jhove with type arguments of type Module -
Uses of Module in edu.harvard.hul.ois.jhove.handler
Methods in edu.harvard.hul.ois.jhove.handler with parameters of type Module -
Uses of Module in edu.harvard.hul.ois.jhove.module
Classes in edu.harvard.hul.ois.jhove.module that implement ModuleModifier and TypeClassDescriptionfinal classModule for analysis of content as a byte stream.