public interface ISVNGNUDiffGenerator extends ISVNDiffGenerator
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
displayHeader(int type,
java.lang.String path,
java.lang.String copyFromPath,
long copyFromRevision,
java.io.OutputStream result)
Informs this diff generator about a change to a path.
|
createTempDirectory, displayAddedDirectory, displayDeletedDirectory, displayFileDiff, displayPropDiff, getEncoding, getEOL, init, isDiffAdded, isDiffCopied, isDiffDeleted, isDiffUnversioned, isForcedBinaryDiff, setBasePath, setDiffAdded, setDiffCopied, setDiffDeleted, setDiffUnversioned, setEncoding, setEOL, setForcedBinaryDiffstatic final int ADDED
static final int DELETED
static final int MODIFIED
static final int COPIED
static final int NO_DIFF
void displayHeader(int type,
java.lang.String path,
java.lang.String copyFromPath,
long copyFromRevision,
java.io.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 writtenSVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.