Package org.eclipse.jdt.internal.core.search.indexing

Examples of org.eclipse.jdt.internal.core.search.indexing.DefaultJavaIndexer


   * @param pathToIndexFile The full path to the index file that needs to be generated
   * @throws IOException if the jar is not found or could not write into the index file
   * @since 3.8
   */
  public static void generateIndexForJar(String pathToJar, String pathToIndexFile) throws IOException {
    new DefaultJavaIndexer().generateIndexForJar(pathToJar, pathToIndexFile);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jdt.internal.core.search.indexing.DefaultJavaIndexer

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.