Package com.google.walkaround.util.server.gwt

Examples of com.google.walkaround.util.server.gwt.ZipSymbolMapsDirectory


    return SearchServiceFactory.getSearchService();
  }

  @Provides
  SymbolMapsDirectory provideSymbolMapsDir(@Named("webinf root") String webinf) throws IOException {
    return new ZipSymbolMapsDirectory(
        new JarFile(new File(webinf, "gwt-extra.jar")), "symbolMaps");
  }
View Full Code Here

TOP

Related Classes of com.google.walkaround.util.server.gwt.ZipSymbolMapsDirectory

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.