public class Difference
extends java.lang.Object
Constructor and Description |
---|
Difference(boolean isFile,
Entry left,
Entry right) |
Difference(boolean isFile,
Entry left,
Entry right,
boolean isRightContentCurrent) |
Modifier and Type | Method and Description |
---|---|
Entry |
getLeft() |
ContentRevision |
getLeftContentRevision(IdeaGateway gw) |
Entry |
getRight() |
ContentRevision |
getRightContentRevision(IdeaGateway gw) |
boolean |
isFile() |
public boolean isFile()
public Entry getLeft()
public Entry getRight()
public ContentRevision getLeftContentRevision(IdeaGateway gw)
public ContentRevision getRightContentRevision(IdeaGateway gw)