public interface VcsFileModification extends VcsChangeInfo
VcsChangeInfo.ContentType, VcsChangeInfo.Type
Modifier and Type | Method and Description |
---|---|
byte[] |
getContentAfter()
Returns file content after the modification
|
byte[] |
getContentBefore()
Returns file content before the modification
|
getAfterChangeRevisionNumber, getBeforeChangeRevisionNumber, getChangeTypeName, getFileName, getRelativeFileName, getType
byte[] getContentBefore() throws VcsException
VcsException
- if some VCS error occursbyte[] getContentAfter() throws VcsException
VcsException
- if some VCS error occurs