App app = new App(PLANETS, PLANETS, date, PLANETS, PLANETS);
base.init(config() + CONFIG_FILE, null);
/* For JHOVE's output, we create another temporary file: */
File output = File.createTempFile(OUTPUT, null);
output.deleteOnExit();
base.dispatch(app, null, null, new TextHandler(), output
.getAbsolutePath(), new String[] { temporary
.getAbsolutePath() });
/* And finally we create our result object with the PRONOM ID: */
return result(base);
} catch (JhoveException e) {