Class LoadDatabaseChecksumArchive


  • public class LoadDatabaseChecksumArchive
    extends 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 Detail

      • LoadDatabaseChecksumArchive

        public LoadDatabaseChecksumArchive()
    • Method Detail

      • main

        public static void main​(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