Uses of Interface
org.eclipse.jgit.gitrepo.ManifestParser.IncludedFileReader
-
Packages that use ManifestParser.IncludedFileReader Package Description org.eclipse.jgit.gitrepo -
-
Uses of ManifestParser.IncludedFileReader in org.eclipse.jgit.gitrepo
Methods in org.eclipse.jgit.gitrepo with parameters of type ManifestParser.IncludedFileReader Modifier and Type Method Description RepoCommand
RepoCommand. setIncludedFileReader(ManifestParser.IncludedFileReader reader)
Set the IncludedFileReader callback.Constructors in org.eclipse.jgit.gitrepo with parameters of type ManifestParser.IncludedFileReader Constructor Description ManifestParser(ManifestParser.IncludedFileReader includedReader, String filename, String defaultBranch, String baseUrl, String groups, Repository rootRepo)
Constructor for ManifestParser
-