Examples of BDBResourceFileLocationDB


Examples of org.archive.wayback.resourcestore.locationdb.BDBResourceFileLocationDB

    tmpLogFile = File.createTempFile("test-FileLocationDB",".log");
    assertTrue(tmpFile.delete());
    assertTrue(tmpFile.mkdirs());
    dbPath = tmpFile.getAbsolutePath();
    dbName = "test-FileLocationDB";
    db = new BDBResourceFileLocationDB();
   
    db.setBdbName(dbName);
    db.setBdbPath(dbPath);
    db.setLogPath(tmpLogFile.getAbsolutePath());
    db.init();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.