|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--allensoft.javacvs.client.DiffResponse.Differences
Defines the differences for one file.
Method Summary | |
DiffParser |
getDiffParser()
Gets a DiffParser that parses the differences for this file. |
java.io.File |
getFile()
Gets the file that these differences are for. |
java.io.Reader |
getReader()
Gets a Reader that reads the differences for this file. |
java.lang.String |
getRepositoryRevision()
Gets the repository revision that these differences are from. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.io.File getFile()
public java.lang.String getRepositoryRevision()
public java.io.Reader getReader()
public DiffParser getDiffParser()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |