org.tmatesoft.svn.core.wc.admin
public interface ISVNGNUDiffGenerator extends ISVNDiffGenerator
Since: 1.1.1
Version: 1.1.1
| 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.
|
Parameters: type one of static fields of this interface path a changed path copyFromPath a copy-from source path if path is
the result of a copy copyFromRevision a copy-from source revision if path is
the result of a copy result an output stream where a header is to be written
Throws: SVNException