Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
PackLock |
DfsPackParser.parse(ProgressMonitor receiving,
ProgressMonitor resolving)
Parse the pack stream.
|
Modifier and Type | Method and Description |
---|---|
PackLock |
ObjectDirectoryPackParser.parse(ProgressMonitor receiving,
ProgressMonitor resolving)
Parse the pack stream.
|
Modifier and Type | Method and Description |
---|---|
PackLock |
PackParser.parse(ProgressMonitor progress)
Parse the pack stream.
|
PackLock |
PackParser.parse(ProgressMonitor receiving,
ProgressMonitor resolving)
Parse the pack stream.
|
Modifier and Type | Method and Description |
---|---|
Collection<PackLock> |
BasePackFetchConnection.getPackLocks()
All locks created by the last
FetchConnection.fetch(ProgressMonitor, Collection, Set) call. |
Collection<PackLock> |
FetchConnection.getPackLocks()
All locks created by the last
FetchConnection.fetch(ProgressMonitor, Collection, Set) call. |
Copyright © 2018 Eclipse JGit Project. All rights reserved.