Uses of Class
edu.harvard.hul.ois.jhove.JhoveBase
-
Packages that use JhoveBase Package Description edu.harvard.hul.ois.jhove Contains the classes needed for building a JHOVE application. -
-
Uses of JhoveBase in edu.harvard.hul.ois.jhove
Fields in edu.harvard.hul.ois.jhove declared as JhoveBase Modifier and Type Field Description protected JhoveBaseHandlerBase. _baseThe Jhove engineprotected JhoveBaseHandlerBase. _jeJHOVE engine.protected JhoveBaseModuleBase. _jeJHOVE engine.Methods in edu.harvard.hul.ois.jhove that return JhoveBase Modifier and Type Method Description JhoveBaseModuleBase. getBase()Returns the JHOVE engine object.Methods in edu.harvard.hul.ois.jhove with parameters of type JhoveBase Modifier and Type Method Description voidHandlerBase. setBase(JhoveBase je)Assigns the JHOVE engine object to provide services to this handlervoidModule. setBase(JhoveBase je)Pass the JHOVE engine object to this Module.voidModuleBase. setBase(JhoveBase je)Pass the JHOVE engine object to this Module.voidOutputHandler. setBase(JhoveBase je)Assigns the JHOVE engine object to provide services to this handler
-