public interface IFileDiff
Modifier and Type | Interface and Description |
---|---|
static class |
IFileDiff.Status
Status of diff
|
Modifier and Type | Method and Description |
---|---|
String |
getDepotFile1()
Get depot path of first file in diff
|
String |
getDepotFile2()
Get depot path of second file in diff
|
String |
getFileType1()
Get file type of first file in diff
|
String |
getFileType2()
Get file type of second file in diff
|
int |
getRevision1()
Get revision of first file in diff
|
int |
getRevision2()
Get revision of second file in diff
|
IFileDiff.Status |
getStatus()
Get status of file diff
|
String getDepotFile1()
int getRevision1()
String getDepotFile2()
int getRevision2()
String getFileType1()
String getFileType2()
IFileDiff.Status getStatus()
Copyright © 2017 Perforce Software. All Rights Reserved.