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