Uses of Interface
org.eclipse.jgit.api.CloneCommand.Callback
-
Packages that use CloneCommand.Callback Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of CloneCommand.Callback in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type CloneCommand.Callback Modifier and Type Method Description CloneCommandCloneCommand. setCallback(CloneCommand.Callback callback)Register a progress callback.SubmoduleUpdateCommandSubmoduleUpdateCommand. setCallback(CloneCommand.Callback callback)Set status callback for submodule clone operation.
-