public class DirectoryChangeModel
extends java.lang.Object
Constructor and Description |
---|
DirectoryChangeModel(Difference d,
IdeaGateway gw) |
Modifier and Type | Method and Description |
---|---|
boolean |
canShowFileDifference() |
ContentRevision |
getContentRevision(int i) |
Difference |
getDifference() |
Entry |
getEntry(int i) |
java.lang.String |
getEntryName(int i) |
boolean |
isFile() |
public DirectoryChangeModel(Difference d, IdeaGateway gw)
public Difference getDifference()
public boolean isFile()
public java.lang.String getEntryName(int i)
public Entry getEntry(int i)
public boolean canShowFileDifference()
public ContentRevision getContentRevision(int i)