Package org.eclipse.egit.core

Examples of org.eclipse.egit.core.RepositoryCache.clear()


  protected static void shutDownRepositories() {
    RepositoryCache cache = Activator.getDefault().getRepositoryCache();
    for(Repository repository:cache.getAllRepositories())
      repository.close();
    cache.clear();
  }

  protected static void deleteAllProjects() throws Exception {
    for (IProject prj : ResourcesPlugin.getWorkspace().getRoot()
        .getProjects())
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.