Package org.eclipse.jgit.api
Interface FetchCommand.Callback
-
- All Known Implementing Classes:
Fetch
- Enclosing class:
- FetchCommand
public static interface FetchCommand.Callback
Callback for status of fetch operation.- Since:
- 4.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fetchingSubmodule(java.lang.String name)
Notify fetching a submodule.
-