Package it.unibz.instasearch.indexing

Examples of it.unibz.instasearch.indexing.WorkspaceIndexerJDT


  private IndexUpdateJob indexUpdateJob;
 
  InstaSearch() throws Exception
 
    try {
      indexer = new WorkspaceIndexerJDT(); // if have JDT installed, we can index jars
    } catch(Throwable ignored) { // NoClassDefFoundError
      // no jdt, nevermind
      InstaSearchPlugin.debug(ignored);
    }
   
View Full Code Here

TOP

Related Classes of it.unibz.instasearch.indexing.WorkspaceIndexerJDT

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.