Package | Description |
---|---|
org.eclipse.jgit.storage.dfs | |
org.eclipse.jgit.storage.file | |
org.eclipse.jgit.transport |
Modifier and Type | Method and Description |
---|---|
PackLock |
DfsPackParser.parse(ProgressMonitor receiving,
ProgressMonitor resolving) |
Modifier and Type | Method and Description |
---|---|
PackLock |
ObjectDirectoryPackParser.parse(ProgressMonitor receiving,
ProgressMonitor resolving) |
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 |
---|---|
java.util.Collection<PackLock> |
FetchConnection.getPackLocks()
All locks created by the last
FetchConnection.fetch(ProgressMonitor, Collection, Set) call. |
java.util.Collection<PackLock> |
BasePackFetchConnection.getPackLocks() |
Copyright © 2012. All Rights Reserved.