Uses of Class
edu.harvard.hul.ois.jhove.App
Packages that use App
Package
Description
Contains the classes needed for building a JHOVE application.
Contains the main classes for JHOVE output handlers.
-
Uses of App in edu.harvard.hul.ois.jhove
Fields in edu.harvard.hul.ois.jhove declared as AppModifier and TypeFieldDescriptionprotected AppHandlerBase._appThe application objectprotected AppModuleBase._appThe application objectMethods in edu.harvard.hul.ois.jhove that return AppModifier and TypeMethodDescriptionModuleBase.getApp()Returns the App object.static AppApp.newAppWithName(String name) Methods in edu.harvard.hul.ois.jhove with parameters of type AppModifier 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.final voidPass the associated App object to this Module.voidPass the associated App object to this Module.final voidPass the associated App object to this Module.voidAssigns an application object to provide services to this handlerabstract voidOutputs detailed information about the application, including configuration, available modules and handlers, etc.voidOutputs detailed information about the application, including configuration, available modules and handlers, etc. -
Uses of App in edu.harvard.hul.ois.jhove.handler
Methods in edu.harvard.hul.ois.jhove.handler with parameters of type AppModifier and TypeMethodDescriptionvoidOutputs detailed information about the application, including configuration, available modules and handlers, etc.voidOutputs detailed information about the application, including configuration, available modules and handlers, etc.voidOutputs detailed information about the application, including configuration, available modules and handlers, etc.