Package | Description |
---|---|
edu.harvard.hul.ois.jhove |
Contains the classes needed for building a JHOVE application.
|
Modifier and Type | Field and Description |
---|---|
protected List<ModuleInfo> |
ConfigHandler._module
The list of modules.
|
Modifier and Type | Method and Description |
---|---|
List<ModuleInfo> |
ConfigHandler.getModule()
Returns the List of Modules specified by the config file.
|
protected List<ModuleInfo> |
DefaultConfigurationBuilder.getModules() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigWriter.writeFile(List<ModuleInfo> modules,
List<String[]> handlers,
File homeDir,
File tempDir,
String encoding,
int bufferSize)
Writes out the content of the file to the temporary file,
then deletes the existing configuration file (as specified
by the constructor parameter) and renames the temporary file
to the configuration file.
|
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.