|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ISVNGNUDiffGenerator is the interface for diff generators used in diff operations of SVNLookClient.
Field Summary | |
static int |
ADDED
The type of modification denoting addition. |
static int |
COPIED
The type of modification denoting copying. |
static int |
DELETED
The type of modification denoting deletion. |
static int |
MODIFIED
The type of modification denoting modification. |
static int |
NO_DIFF
The type of modification denoting that no diff is available after a header. |
Method Summary | |
void |
displayHeader(int type,
String path,
String copyFromPath,
long copyFromRevision,
OutputStream result)
Informs this diff generator about a change to a path. |
Methods inherited from interface org.tmatesoft.svn.core.wc.ISVNDiffGenerator |
createTempDirectory, displayAddedDirectory, displayDeletedDirectory, displayFileDiff, displayPropDiff, getEncoding, init, isDiffAdded, isDiffCopied, isDiffDeleted, isDiffUnversioned, isForcedBinaryDiff, setBasePath, setDiffAdded, setDiffCopied, setDiffDeleted, setDiffUnversioned, setEncoding, setForcedBinaryDiff |
Field Detail |
public static final int ADDED
public static final int DELETED
public static final int MODIFIED
public static final int COPIED
public static final int NO_DIFF
Method Detail |
public void displayHeader(int type, String path, String copyFromPath, long copyFromRevision, OutputStream result) throws SVNException
type
- one of static fields of this interfacepath
- a changed pathcopyFromPath
- a copy-from source path if path
is
the result of a copycopyFromRevision
- a copy-from source revision if path
is
the result of a copyresult
- an output stream where a header is to be written
SVNException
|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |