Package com.browseengine.bobo.service

Examples of com.browseengine.bobo.service.BrowseService


   */
  public static void main(String[] args) throws Exception{
      File idxDir = new File(args[0]);
      System.out.println("index: "+idxDir.getAbsolutePath());
     
    BrowseService svc = new BrowseServiceImpl(idxDir);
   
    final BoboCmdlineApp app = new BoboCmdlineApp(svc);
   
    Runtime.getRuntime().addShutdownHook(new Thread(){
      public void run(){
View Full Code Here

TOP

Related Classes of com.browseengine.bobo.service.BrowseService

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.