Uses of Interface
org.eclipse.jgit.gitrepo.RepoCommand.RemoteReader
Packages that use RepoCommand.RemoteReader
-
Uses of RepoCommand.RemoteReader in org.eclipse.jgit.gitrepo
Classes in org.eclipse.jgit.gitrepo that implement RepoCommand.RemoteReaderModifier and TypeClassDescriptionstatic classA default implementation ofRepoCommand.RemoteReadercallback.Fields in org.eclipse.jgit.gitrepo declared as RepoCommand.RemoteReaderModifier and TypeFieldDescriptionprivate final RepoCommand.RemoteReaderBareSuperprojectWriter.callbackprivate RepoCommand.RemoteReaderRepoCommand.callbackMethods in org.eclipse.jgit.gitrepo with parameters of type RepoCommand.RemoteReaderModifier and TypeMethodDescriptionRepoCommand.setRemoteReader(RepoCommand.RemoteReader callback) Set the GetHeadFromUri callback.Constructors in org.eclipse.jgit.gitrepo with parameters of type RepoCommand.RemoteReaderModifierConstructorDescription(package private)BareSuperprojectWriter(Repository repo, URI targetUri, String targetBranch, PersonIdent author, RepoCommand.RemoteReader callback, BareSuperprojectWriter.BareWriterConfig config, List<BareSuperprojectWriter.ExtraContent> extraContents)