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.Callback
CloneCommand. callback
private CloneCommand.Callback
SubmoduleUpdateCommand. callback
Methods in org.eclipse.jgit.api with parameters of type CloneCommand.Callback Modifier and Type Method Description CloneCommand
CloneCommand. setCallback(CloneCommand.Callback callback)
Register a progress callback.SubmoduleUpdateCommand
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 Modifier and Type Class Description (package private) class
Clone
-