Interface RepoCommand.IncludedFileReader

  • Enclosing class:
    RepoCommand

    public static interface RepoCommand.IncludedFileReader
    A callback to read included xml files.
    Since:
    3.5
    • 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