Package | Description |
---|---|
org.eclipse.jgit.storage.dfs |
Modifier and Type | Method and Description |
---|---|
DfsRefDatabase.RefCache |
DfsRefDatabase.RefCache.put(Ref ref)
Obtain a modified copy of the cache with a ref stored.
|
DfsRefDatabase.RefCache |
DfsRefDatabase.RefCache.remove(java.lang.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 © 2012. All Rights Reserved.