Uses of Class
edu.harvard.hul.ois.jhove.App
-
Packages that use App 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 App in edu.harvard.hul.ois.jhove
Fields in edu.harvard.hul.ois.jhove declared as App Modifier and Type Field Description protected AppHandlerBase. _appThe application objectprotected AppModuleBase. _appThe application objectMethods in edu.harvard.hul.ois.jhove that return App Modifier and Type Method Description AppModuleBase. getApp()Returns the App object.static AppApp. newAppWithName(String name)Methods in edu.harvard.hul.ois.jhove with parameters of type App 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.voidHandlerBase. setApp(App app)Pass the associated App object to this Module.voidModule. setApp(App app)Pass the associated App object to this Module.voidModuleBase. setApp(App app)Pass the associated App object to this Module.voidOutputHandler. setApp(App app)Assigns an application object to provide services to this handlerabstract voidHandlerBase. show(App app)Outputs detailed information about the application, including configuration, available modules and handlers, etc.voidOutputHandler. show(App app)Outputs 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 App Modifier and Type Method Description voidJsonHandler. show(App app)Outputs detailed information about the application, including configuration, available modules and handlers, etc.voidTextHandler. show(App app)Outputs detailed information about the application, including configuration, available modules and handlers, etc.voidXmlHandler. show(App app)Outputs detailed information about the application, including configuration, available modules and handlers, etc.
-