public static interface ManifestParser.IncludedFileReader
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
readIncludeFile(java.lang.String path)
Read a file from the same base dir of the manifest xml file.
|
java.io.InputStream readIncludeFile(java.lang.String path) throws GitAPIException, java.io.IOException
path
- The relative path to the file to readInputStream
of the file.GitAPIException
java.io.IOException