Interface VcsFileModification

    • Method Detail

      • getContentBefore

        byte[] getContentBefore()
                         throws VcsException
        Returns file content before the modification
        Returns:
        bytes of file content
        Throws:
        VcsException - if some VCS error occurs
      • getContentAfter

        byte[] getContentAfter()
                        throws VcsException
        Returns file content after the modification
        Returns:
        bytes of file content
        Throws:
        VcsException - if some VCS error occurs