Package | Description |
---|---|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Field and Description |
---|---|
private ObjectCountCallback |
PackWriter.callback |
Modifier and Type | Method and Description |
---|---|
PackWriter |
PackWriter.setObjectCountCallback(ObjectCountCallback callback)
Set the
ObjectCountCallback . |
Modifier and Type | Field and Description |
---|---|
private ObjectCountCallback |
BundleWriter.callback |
Modifier and Type | Method and Description |
---|---|
BundleWriter |
BundleWriter.setObjectCountCallback(ObjectCountCallback callback)
Set the
ObjectCountCallback . |