Package org.fao.gast.lib

Examples of org.fao.gast.lib.DatabaseLib


    }
  }

  private void dbFill() throws Exception {
    Resource resource = new Resource(TestConfig.getAppPath(), dbConfigElm);
    DatabaseLib database = new DatabaseLib(TestConfig.getHomePath());

    // TODO: this also wipes Lucene index (I think) in web/geonetwork/WEB-INF !!
    Lib.init(TestConfig.getHomePath());
    database.setup(resource, null);
  }
View Full Code Here

TOP

Related Classes of org.fao.gast.lib.DatabaseLib

Copyright © 2018 www.massapicom. 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.