Package org.eclipse.jgit.gitrepo
Interface ManifestParser.IncludedFileReader
- Enclosing class:
- ManifestParser
public static interface ManifestParser.IncludedFileReader
A callback to read included xml files.
-
Method Summary
Modifier and TypeMethodDescriptionreadIncludeFile
(String path) Read a file from the same base dir of the manifest xml file.
-
Method Details
-
readIncludeFile
Read a file from the same base dir of the manifest xml file.- Parameters:
path
- The relative path to the file to read- Returns:
- the
InputStream
of the file. - Throws:
GitAPIException
IOException
-