IFileDiff.Status| Constructor and Description |
|---|
FileDiff(Map<String,Object> map)
Create a new file diff with the values from the specified map
|
| 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
|
public IFileDiff.Status getStatus()
IFileDiffpublic String getDepotFile1()
IFileDiffgetDepotFile1 in interface IFileDiffpublic String getDepotFile2()
IFileDiffgetDepotFile2 in interface IFileDiffpublic int getRevision1()
IFileDiffgetRevision1 in interface IFileDiffpublic int getRevision2()
IFileDiffgetRevision2 in interface IFileDiffpublic String getFileType1()
IFileDiffgetFileType1 in interface IFileDiffpublic String getFileType2()
IFileDiffgetFileType2 in interface IFileDiffCopyright © 2017 Perforce Software. All Rights Reserved.