| Package | Description |
|---|---|
| org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
| org.eclipse.jgit.pgm |
| Modifier and Type | Field and Description |
|---|---|
private FetchCommand.Callback |
FetchCommand.callback |
private FetchCommand.Callback |
SubmoduleUpdateCommand.fetchCallback |
| Modifier and Type | Method and Description |
|---|---|
FetchCommand |
FetchCommand.setCallback(FetchCommand.Callback callback)
Register a progress callback.
|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.setFetchCallback(FetchCommand.Callback callback)
Set status callback for submodule fetch operation.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
Fetch |