Examples of POCHarvester


Examples of nz.govt.natlib.meta.harvester.POCHarvester

      File outDir = new File(config.getOutputDirectory());
      outDir.mkdirs(); // precaution, in case the directories are not
                // 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.