Package com.perforce.p4java.core
Interface IFileDiff
- All Known Implementing Classes:
FileDiff
public interface IFileDiff
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet depot path of first file in diffGet depot path of second file in diffGet file type of first file in diffGet file type of second file in diffintGet revision of first file in diffintGet revision of second file in diffGet status of file diff
-
Method Details
-
getDepotFile1
String getDepotFile1()Get depot path of first file in diff- Returns:
- depot file path
-
getRevision1
int getRevision1()Get revision of first file in diff- Returns:
- revision number
-
getDepotFile2
String getDepotFile2()Get depot path of second file in diff- Returns:
- depot file path
-
getRevision2
int getRevision2()Get revision of second file in diff- Returns:
- revision number
-
getFileType1
String getFileType1()Get file type of first file in diff- Returns:
- file type
-
getFileType2
String getFileType2()Get file type of second file in diff- Returns:
- file type
-
getStatus
IFileDiff.Status getStatus()Get status of file diff- Returns:
- status
-