Package org.eclipse.jgit.gitrepo
Interface RepoCommand.IncludedFileReader
-
- Enclosing class:
- RepoCommand
public static interface RepoCommand.IncludedFileReaderA callback to read included xml files.- Since:
- 3.5
-
-
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
-
-