public interface ISvnDiffCallback2
| Modifier and Type | Method and Description |
|---|---|
void |
dirAdded(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource copyFromSource,
SvnDiffSource rightSource,
SVNProperties copyFromProps,
SVNProperties rightProps,
java.lang.Object dirBaton) |
void |
dirChanged(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
SVNProperties leftProps,
SVNProperties rightProps,
SVNProperties propChanges,
java.lang.Object dirBaton) |
void |
dirClosed(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
java.lang.Object dirBaton) |
void |
dirDeleted(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SVNProperties leftProps,
java.lang.Object dirBaton) |
void |
dirOpened(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
SvnDiffSource copyFromSource,
java.lang.Object dirBaton) |
void |
fileAdded(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource copyFromSource,
SvnDiffSource rightSource,
java.io.File copyFromFile,
java.io.File rightFile,
SVNProperties copyFromProps,
SVNProperties rightProps) |
void |
fileChanged(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
java.io.File leftFile,
java.io.File rightFile,
SVNProperties leftProps,
SVNProperties rightProps,
boolean fileModified,
SVNProperties propChanges) |
void |
fileClosed(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource) |
void |
fileDeleted(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
java.io.File leftFile,
SVNProperties leftProps) |
void |
fileOpened(SvnDiffCallbackResult result,
java.io.File relPath,
SvnDiffSource leftSource,
SvnDiffSource rightSource,
SvnDiffSource copyFromSource,
boolean createDirBaton,
java.lang.Object dirBaton) |
void |
nodeAbsent(SvnDiffCallbackResult result,
java.io.File relPath,
java.lang.Object dirBaton) |
void fileOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, boolean createDirBaton, java.lang.Object dirBaton) throws SVNException
SVNExceptionvoid fileChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.io.File leftFile, java.io.File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges) throws SVNException
SVNExceptionvoid fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps) throws SVNException
SVNExceptionvoid fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps) throws SVNException
SVNExceptionvoid fileClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource) throws SVNException
SVNExceptionvoid dirOpened(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SvnDiffSource copyFromSource, java.lang.Object dirBaton) throws SVNException
SVNExceptionvoid dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton) throws SVNException
SVNExceptionvoid dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton) throws SVNException
SVNExceptionvoid dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton) throws SVNException
SVNExceptionvoid dirClosed(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.lang.Object dirBaton) throws SVNException
SVNExceptionvoid nodeAbsent(SvnDiffCallbackResult result, java.io.File relPath, java.lang.Object dirBaton) throws SVNException
SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.