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 | Description |
---|---|---|
PackLock |
DfsPackParser.parse(ProgressMonitor receiving,
ProgressMonitor resolving) |
Modifier and Type | Method | Description |
---|---|---|
PackLock |
ObjectDirectoryPackParser.parse(ProgressMonitor receiving,
ProgressMonitor resolving) |
Modifier and Type | Method | 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 | Description |
---|---|---|
Collection<PackLock> |
BasePackFetchConnection.getPackLocks() |
|
Collection<PackLock> |
FetchConnection.getPackLocks() |
All locks created by the last
FetchConnection.fetch(ProgressMonitor, Collection, Set) call. |
Copyright © 2018. All rights reserved.