Class SvnDiffSummarizeCallback
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnDiffSummarizeCallback
- All Implemented Interfaces:
ISvnDiffCallback
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final File
private final SVNURL
private final ISVNDiffStatusHandler
private final boolean
private final File
-
Constructor Summary
ConstructorsConstructorDescriptionSvnDiffSummarizeCallback
(File targetAbsPath, boolean reversed, SVNURL baseUrl, File baseDirectory, ISVNDiffStatusHandler handler) -
Method Summary
Modifier and TypeMethodDescriptionvoid
dirAdded
(SvnDiffCallbackResult result, File path, long revision, String copyFromPath, long copyFromRevision) void
dirClosed
(SvnDiffCallbackResult result, File path, boolean isAdded) void
dirDeleted
(SvnDiffCallbackResult result, File path) void
dirOpened
(SvnDiffCallbackResult result, File path, long revision) void
dirPropsChanged
(SvnDiffCallbackResult result, File path, boolean isAdded, SVNProperties propChanges, SVNProperties originalProperties) void
fileAdded
(SvnDiffCallbackResult result, File path, File leftFile, File rightFile, long rev1, long rev2, String mimeType1, String mimeType2, File copyFromPath, long copyFromRevision, SVNProperties propChanges, SVNProperties originalProperties) void
fileChanged
(SvnDiffCallbackResult result, File path, File leftFile, File rightFile, long rev1, long rev2, String mimeType1, String mimeType2, SVNProperties propChanges, SVNProperties originalProperties) void
fileDeleted
(SvnDiffCallbackResult result, File path, File leftFile, File rightFile, String mimeType1, String mimeType2, SVNProperties originalProperties) void
fileOpened
(SvnDiffCallbackResult result, File path, long revision) private void
sendSummary
(File path, SVNStatusType summarizeKind, boolean propChanged, SVNNodeKind nodeKind)
-
Field Details
-
handler
-
propChanges
-
reversed
private final boolean reversed -
baseUrl
-
baseDirectory
-
target
-
-
Constructor Details
-
SvnDiffSummarizeCallback
public SvnDiffSummarizeCallback(File targetAbsPath, boolean reversed, SVNURL baseUrl, File baseDirectory, ISVNDiffStatusHandler handler)
-
-
Method Details
-
fileOpened
- Specified by:
fileOpened
in interfaceISvnDiffCallback
- Throws:
SVNException
-
fileChanged
public void fileChanged(SvnDiffCallbackResult result, File path, File leftFile, File rightFile, long rev1, long rev2, String mimeType1, String mimeType2, SVNProperties propChanges, SVNProperties originalProperties) throws SVNException - Specified by:
fileChanged
in interfaceISvnDiffCallback
- Throws:
SVNException
-
fileAdded
public void fileAdded(SvnDiffCallbackResult result, File path, File leftFile, File rightFile, long rev1, long rev2, String mimeType1, String mimeType2, File copyFromPath, long copyFromRevision, SVNProperties propChanges, SVNProperties originalProperties) throws SVNException - Specified by:
fileAdded
in interfaceISvnDiffCallback
- Throws:
SVNException
-
fileDeleted
public void fileDeleted(SvnDiffCallbackResult result, File path, File leftFile, File rightFile, String mimeType1, String mimeType2, SVNProperties originalProperties) throws SVNException - Specified by:
fileDeleted
in interfaceISvnDiffCallback
- Throws:
SVNException
-
dirDeleted
- Specified by:
dirDeleted
in interfaceISvnDiffCallback
- Throws:
SVNException
-
dirOpened
- Specified by:
dirOpened
in interfaceISvnDiffCallback
- Throws:
SVNException
-
dirAdded
public void dirAdded(SvnDiffCallbackResult result, File path, long revision, String copyFromPath, long copyFromRevision) throws SVNException - Specified by:
dirAdded
in interfaceISvnDiffCallback
- Throws:
SVNException
-
dirPropsChanged
public void dirPropsChanged(SvnDiffCallbackResult result, File path, boolean isAdded, SVNProperties propChanges, SVNProperties originalProperties) throws SVNException - Specified by:
dirPropsChanged
in interfaceISvnDiffCallback
- Throws:
SVNException
-
dirClosed
- Specified by:
dirClosed
in interfaceISvnDiffCallback
- Throws:
SVNException
-
sendSummary
private void sendSummary(File path, SVNStatusType summarizeKind, boolean propChanged, SVNNodeKind nodeKind) throws SVNException - Throws:
SVNException
-