Interface LineChange

    • Method Detail

      • getLine

        int getLine()
        Returns the changed line (1 origin).
        Returns:
        The changed line (1 origin).
      • getContent

        java.lang.String getContent()
        Returns the content of the changed line.
        Returns:
        The content of the changed line.
      • getFile

        VCSFile getFile()
        Returns the file this line change belongs to.
        Returns:
        The file this line change belongs to