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).org.eclipse.jgit.pgm -
-
Uses of CloneCommand.Callback in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as CloneCommand.Callback Modifier and Type Field Description private CloneCommand.CallbackCloneCommand. callbackprivate CloneCommand.CallbackSubmoduleUpdateCommand. callbackMethods 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. -
Uses of CloneCommand.Callback in org.eclipse.jgit.pgm
Classes in org.eclipse.jgit.pgm that implement CloneCommand.Callback Modifier and Type Class Description (package private) classClone
-