|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.perforce.p4java.core.file.FileDiff
public class FileDiff
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.perforce.p4java.core.IFileDiff |
---|
IFileDiff.Status |
Constructor Summary | |
---|---|
FileDiff(Map<String,Object> map)
Create a new file diff with the values from the specified map |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileDiff(Map<String,Object> map)
map
- Method Detail |
---|
public IFileDiff.Status getStatus()
IFileDiff
getStatus
in interface IFileDiff
IFileDiff.getStatus()
public String getDepotFile1()
IFileDiff
getDepotFile1
in interface IFileDiff
IFileDiff.getDepotFile1()
public String getDepotFile2()
IFileDiff
getDepotFile2
in interface IFileDiff
IFileDiff.getDepotFile2()
public int getRevision1()
IFileDiff
getRevision1
in interface IFileDiff
IFileDiff.getRevision1()
public int getRevision2()
IFileDiff
getRevision2
in interface IFileDiff
IFileDiff.getRevision2()
public String getFileType1()
IFileDiff
getFileType1
in interface IFileDiff
IFileDiff.getFileType1()
public String getFileType2()
IFileDiff
getFileType2
in interface IFileDiff
IFileDiff.getFileType2()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |