Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
Modifier and Type | Method | Description |
---|---|---|
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 © 2018. All rights reserved.