Uses of Class
edu.harvard.hul.ois.jhove.ModuleInfo
-
Packages that use ModuleInfo Package Description edu.harvard.hul.ois.jhove Contains the classes needed for building a JHOVE application. -
-
Uses of ModuleInfo in edu.harvard.hul.ois.jhove
Fields in edu.harvard.hul.ois.jhove with type parameters of type ModuleInfo Modifier and Type Field Description protected List<ModuleInfo>ConfigHandler. _moduleThe list of modules.Methods in edu.harvard.hul.ois.jhove that return types with arguments of type ModuleInfo Modifier and Type Method Description List<ModuleInfo>ConfigHandler. getModule()Returns the List of Modules specified by the config file.
-