Uses of Interface
org.eclipse.jgit.api.CloneCommand.Callback
Packages that use CloneCommand.Callback
Package
Description
High-level API commands (the porcelain of JGit).
-
Uses of CloneCommand.Callback in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as CloneCommand.CallbackModifier and TypeFieldDescriptionprivate CloneCommand.CallbackCloneCommand.callbackprivate CloneCommand.CallbackSubmoduleUpdateCommand.callbackMethods in org.eclipse.jgit.api with parameters of type CloneCommand.CallbackModifier and TypeMethodDescriptionCloneCommand.setCallback(CloneCommand.Callback callback) Register a progress callback.SubmoduleUpdateCommand.setCallback(CloneCommand.Callback callback) Set status callback for submodule clone operation. -
Uses of CloneCommand.Callback in org.eclipse.jgit.pgm
Classes in org.eclipse.jgit.pgm that implement CloneCommand.Callback