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 App
    Modifier and Type
    Field
    Description
    protected App
    HandlerBase._app
    The application object
    protected App
    ModuleBase._app
    The application object
    Methods in edu.harvard.hul.ois.jhove that return App
    Modifier and Type
    Method
    Description
    ModuleBase.getApp()
    Returns the App object.
    static App
     
    Methods in edu.harvard.hul.ois.jhove with parameters of type App
    Modifier and Type
    Method
    Description
    void
    JhoveBase.dispatch(App app, Module module, OutputHandler aboutHandler, OutputHandler handler, String outputFile, String[] dirFileOrUri)
    Processes a file or directory, or outputs information.
    boolean
    JhoveBase.process(App app, Module module, OutputHandler handler, String dirFileOrUri)
    Returns false if processing should be aborted.
    boolean
    JhoveBase.processFile(App app, Module module, boolean verbose, File file, RepInfo info)
    Processes the file.
    final void
    HandlerBase.setApp(App app)
    Pass the associated App object to this Module.
    void
    Module.setApp(App app)
    Pass the associated App object to this Module.
    final void
    ModuleBase.setApp(App app)
    Pass the associated App object to this Module.
    void
    OutputHandler.setApp(App app)
    Assigns an application object to provide services to this handler
    abstract void
    HandlerBase.show(App app)
    Outputs detailed information about the application, including configuration, available modules and handlers, etc.
    void
    OutputHandler.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
    void
    JsonHandler.show(App app)
    Outputs detailed information about the application, including configuration, available modules and handlers, etc.
    void
    TextHandler.show(App app)
    Outputs detailed information about the application, including configuration, available modules and handlers, etc.
    void
    XmlHandler.show(App app)
    Outputs detailed information about the application, including configuration, available modules and handlers, etc.