com.perforce.p4java.core
Interface IFileDiff

All Known Implementing Classes:
FileDiff

public interface IFileDiff

Author:
Kevin Sawicki ([email protected])

Nested Class Summary
static class IFileDiff.Status
          Status of diff
 
Method Summary
 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
 

Method Detail

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


Copyright © 2015 Perforce Software. All Rights Reserved.