Package com.ikanow.infinit.e.core.execute_harvest

Examples of com.ikanow.infinit.e.core.execute_harvest.HarvestThenProcessController$SourceHarvesterRunnable


        communityOverride = (String) cliOpts.getOptionValue("community");
      }
      if (cliOpts.hasOption("source")) {
        sourceDebug = (String) cliOpts.getOptionValue("source");
      }
      new HarvestThenProcessController().startService(SourceUtils.getSourcesToWorkOn(communityOverride, sourceDebug, false, true));
    }//TESTED
    else if (cliOpts.hasOption("sync")) {
      if (SourceUtils.checkDbSyncLock()) {
        Thread.sleep(10000); // (wait 10s and then try again)
        System.exit(0);
View Full Code Here

TOP

Related Classes of com.ikanow.infinit.e.core.execute_harvest.HarvestThenProcessController$SourceHarvesterRunnable

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.