dk.netarkivet.archive.tools
Class LoadDatabaseChecksumArchive

java.lang.Object
  extended by dk.netarkivet.archive.tools.LoadDatabaseChecksumArchive

public class LoadDatabaseChecksumArchive
extends java.lang.Object

Program for uploading data from the filebased FileChecksumArchive to a DatabaseChecksumArchive. The two arguments are /full/path/to/databaseBaseDirectory and /full/path/to/checksum_CS.md5


Constructor Summary
LoadDatabaseChecksumArchive()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main program for the LoadDatabaseChecksumArchive class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadDatabaseChecksumArchive

public LoadDatabaseChecksumArchive()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws IOFailure,
                        com.sleepycat.je.DatabaseException
Main program for the LoadDatabaseChecksumArchive class

Parameters:
args - two arguments /full/path/to/databaseBaseDirectory and /full/path/to/checksum_CS.md5
Throws:
IOFailure
com.sleepycat.je.DatabaseException