Uses of Interface
org.eclipse.jgit.gitrepo.RepoCommand.RemoteReader
-
Packages that use RepoCommand.RemoteReader Package Description org.eclipse.jgit.gitrepo -
-
Uses of RepoCommand.RemoteReader in org.eclipse.jgit.gitrepo
Classes in org.eclipse.jgit.gitrepo that implement RepoCommand.RemoteReader Modifier and Type Class Description static class
RepoCommand.DefaultRemoteReader
A default implementation ofRepoCommand.RemoteReader
callback.Fields in org.eclipse.jgit.gitrepo declared as RepoCommand.RemoteReader Modifier and Type Field Description private RepoCommand.RemoteReader
RepoCommand. callback
Methods in org.eclipse.jgit.gitrepo with parameters of type RepoCommand.RemoteReader Modifier and Type Method Description RepoCommand
RepoCommand. setRemoteReader(RepoCommand.RemoteReader callback)
Set the GetHeadFromUri callback.
-