Uses of Interface
edu.harvard.hul.ois.jhove.Module
-
Packages that use Module 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.edu.harvard.hul.ois.jhove.module 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 Module Modifier and Type Class Description classModuleBaseThis class is an abstract implementation of the Module interface.Fields in edu.harvard.hul.ois.jhove with type parameters of type Module Modifier and Type Field Description protected List<Module>JhoveBase. _moduleListOrdered list of modules.protected Map<String,Module>JhoveBase. _moduleMapMap of modules (for fast access by name).Methods in edu.harvard.hul.ois.jhove that return Module Modifier and Type Method Description ModuleJhoveBase. getModule(String name)Returns a module by name.ModuleRepInfo. getModule()Return the module.Methods in edu.harvard.hul.ois.jhove that return types with arguments of type Module Modifier and Type Method Description List<Module>JhoveBase. getModuleList()Returns the list of modules.Map<String,Module>JhoveBase. getModuleMap()Returns the map of module names to modules.Methods in edu.harvard.hul.ois.jhove with parameters of type Module 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.booleanJhoveBase. processFile(App app, Module module, boolean verbose, File file, RepInfo info)Processes the file.voidRepInfo. setModule(Module module)Add the module.abstract voidHandlerBase. show(Module module)Outputs information about a ModulevoidOutputHandler. show(Module module)Outputs information about a ModuleConstructor parameters in edu.harvard.hul.ois.jhove with type arguments of type Module Constructor Description ObjectIdentifier(List<Module> moduleList)CLASS CONSTRUCTOR. -
Uses of Module in edu.harvard.hul.ois.jhove.handler
Methods in edu.harvard.hul.ois.jhove.handler with parameters of type Module Modifier and Type Method Description voidJsonHandler. show(Module module)Outputs information about a ModulevoidTextHandler. show(Module module)Outputs information about a ModulevoidXmlHandler. show(Module module)Outputs information about a Module -
Uses of Module in edu.harvard.hul.ois.jhove.module
Classes in edu.harvard.hul.ois.jhove.module that implement Module Modifier and Type Class Description classBytestreamModuleModule for analysis of content as a byte stream.
-