Uses of Interface
org.eclipse.jgit.gitrepo.ManifestParser.IncludedFileReader
Packages that use ManifestParser.IncludedFileReader
-
Uses of ManifestParser.IncludedFileReader in org.eclipse.jgit.gitrepo
Fields in org.eclipse.jgit.gitrepo declared as ManifestParser.IncludedFileReaderModifier and TypeFieldDescriptionprivate final ManifestParser.IncludedFileReader
ManifestParser.includedReader
RepoCommand.includedReader
Methods in org.eclipse.jgit.gitrepo with parameters of type ManifestParser.IncludedFileReaderModifier and TypeMethodDescriptionRepoCommand.setIncludedFileReader
(ManifestParser.IncludedFileReader reader) Set the IncludedFileReader callback.Constructors in org.eclipse.jgit.gitrepo with parameters of type ManifestParser.IncludedFileReaderModifierConstructorDescriptionManifestParser
(ManifestParser.IncludedFileReader includedReader, String filename, String defaultBranch, String baseUrl, String groups, Repository rootRepo) Constructor for ManifestParser