Class SVNMergeCallback15
java.lang.Object
org.tmatesoft.svn.core.internal.wc.AbstractDiffCallback
org.tmatesoft.svn.core.internal.wc.SVNMergeCallback
org.tmatesoft.svn.core.internal.wc.SVNMergeCallback15
- Version:
- 1.3
-
Field Summary
Fields inherited from class org.tmatesoft.svn.core.internal.wc.SVNMergeCallback
myAddedPath, myConflictedPaths, myDiffOptions, myIsAddNecessitatedMerge, myIsDryRun, myIsForce, myMergeDriver, myURL
-
Constructor Summary
ConstructorsConstructorDescriptionSVNMergeCallback15
(SVNAdminArea adminArea, SVNURL url, boolean force, boolean dryRun, SVNDiffOptions options, Map conflictedPathsGetter, SVNMergeDriver mergeDriver) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
directoryAdded
(String path, long revision, boolean[] isTreeConflicted) directoryClosed
(String path, boolean[] isTreeConflicted) directoryDeleted
(String path, boolean[] isTreeConflicted) void
directoryOpened
(String path, long revision, boolean[] isTreeConflicted) fileAdded
(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) fileChanged
(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) fileDeleted
(String path, File file1, File file2, String mimeType1, String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted) propertiesChanged
(String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) Methods inherited from class org.tmatesoft.svn.core.internal.wc.SVNMergeCallback
areFilesTheSame, createTempDirectory, delete, getConflictedPaths, getFile, isDiffCopiedAsAdded, isDiffUnversioned, retrieve
Methods inherited from class org.tmatesoft.svn.core.internal.wc.AbstractDiffCallback
addDeletedPath, categorizeProperties, clearDeletedPaths, getAdminArea, getDisplayPath, getWCAccess, isPathDeleted, setBasePath, setIsConflicted
-
Constructor Details
-
SVNMergeCallback15
public SVNMergeCallback15(SVNAdminArea adminArea, SVNURL url, boolean force, boolean dryRun, SVNDiffOptions options, Map conflictedPathsGetter, SVNMergeDriver mergeDriver)
-
-
Method Details
-
propertiesChanged
public SVNStatusType propertiesChanged(String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) throws SVNException - Overrides:
propertiesChanged
in classSVNMergeCallback
- Throws:
SVNException
-
directoryAdded
public SVNStatusType directoryAdded(String path, long revision, boolean[] isTreeConflicted) throws SVNException - Overrides:
directoryAdded
in classSVNMergeCallback
- Throws:
SVNException
-
directoryDeleted
- Overrides:
directoryDeleted
in classSVNMergeCallback
- Throws:
SVNException
-
directoryOpened
public void directoryOpened(String path, long revision, boolean[] isTreeConflicted) throws SVNException - Overrides:
directoryOpened
in classSVNMergeCallback
- Throws:
SVNException
-
fileChanged
public SVNStatusType[] fileChanged(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) throws SVNException - Overrides:
fileChanged
in classSVNMergeCallback
- Throws:
SVNException
-
fileAdded
public SVNStatusType[] fileAdded(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) throws SVNException - Overrides:
fileAdded
in classSVNMergeCallback
- Throws:
SVNException
-
fileDeleted
public SVNStatusType fileDeleted(String path, File file1, File file2, String mimeType1, String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted) throws SVNException - Overrides:
fileDeleted
in classSVNMergeCallback
- Throws:
SVNException
-
directoryClosed
- Overrides:
directoryClosed
in classSVNMergeCallback
- Throws:
SVNException
-
delete
- Throws:
SVNException
-