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.IncludedFileReaderManifestParser. includedReaderprivate ManifestParser.IncludedFileReaderRepoCommand. includedReaderMethods in org.eclipse.jgit.gitrepo with parameters of type ManifestParser.IncludedFileReader Modifier and Type Method Description RepoCommandRepoCommand. 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
-