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
Fields in org.eclipse.jgit.gitrepo declared as ManifestParser.IncludedFileReader Modifier and Type Field Description private ManifestParser.IncludedFileReader
ManifestParser. includedReader
private ManifestParser.IncludedFileReader
RepoCommand. includedReader
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, java.lang.String filename, java.lang.String defaultBranch, java.lang.String baseUrl, java.lang.String groups, Repository rootRepo)
Constructor for ManifestParser
-