Package nz.govt.natlib.meta.harvester

Examples of nz.govt.natlib.meta.harvester.POCHarvester.harvest()


                // there on this machine...
      System.out.println("Output: " + outDir.getAbsolutePath());

      Harvester harvester = new POCHarvester();
      Timer.start("adapter.handle");
      harvester.harvest(config, new FileWrapper(file), null, null);
      Timer.end("adapter.handle");
    }

    Timer.report();
  }
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.