Interface IFileDiff

All Known Implementing Classes:
FileDiff

public interface IFileDiff
  • 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