Uses of Class
org.eclipse.jgit.storage.dfs.DfsRefDatabase.RefCache

Packages that use DfsRefDatabase.RefCache
org.eclipse.jgit.storage.dfs Distributed file system based repository storage. 
 

Uses of DfsRefDatabase.RefCache in org.eclipse.jgit.storage.dfs
 

Methods in org.eclipse.jgit.storage.dfs that return DfsRefDatabase.RefCache
 DfsRefDatabase.RefCache DfsRefDatabase.RefCache.put(Ref ref)
          Obtain a modified copy of the cache with a ref stored.
 DfsRefDatabase.RefCache DfsRefDatabase.RefCache.remove(String refName)
          Obtain a modified copy of the cache with the ref removed.
protected abstract  DfsRefDatabase.RefCache DfsRefDatabase.scanAllRefs()
          Read all known references in the repository.
 



Copyright © 2013. All Rights Reserved.