Module org.eclipse.jgit
Package org.eclipse.jgit.gitrepo
Interface ManifestParser.IncludedFileReader
-
- Enclosing class:
- ManifestParser
public static interface ManifestParser.IncludedFileReaderA callback to read included xml files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamreadIncludeFile(String path)Read a file from the same base dir of the manifest xml file.
-
-
-
Method Detail
-
readIncludeFile
InputStream readIncludeFile(String path) throws GitAPIException, IOException
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
InputStreamof the file. - Throws:
GitAPIExceptionIOException
-
-