public class SVNMergeCallback15 extends SVNMergeCallback
myAddedPath, myConflictedPaths, myDiffOptions, myIsAddNecessitatedMerge, myIsDryRun, myIsForce, myMergeDriver, myURL| Constructor and Description |
|---|
SVNMergeCallback15(SVNAdminArea adminArea,
SVNURL url,
boolean force,
boolean dryRun,
SVNDiffOptions options,
Map conflictedPathsGetter,
SVNMergeDriver mergeDriver) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
delete(File path,
boolean force,
boolean dryRun) |
SVNStatusType |
directoryAdded(String path,
long revision,
boolean[] isTreeConflicted) |
SVNStatusType[] |
directoryClosed(String path,
boolean[] isTreeConflicted) |
SVNStatusType |
directoryDeleted(String path,
boolean[] isTreeConflicted) |
void |
directoryOpened(String path,
long revision,
boolean[] isTreeConflicted) |
SVNStatusType[] |
fileAdded(String path,
File file1,
File file2,
long revision1,
long revision2,
String mimeType1,
String mimeType2,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType[] |
fileChanged(String path,
File file1,
File file2,
long revision1,
long revision2,
String mimeType1,
String mimeType2,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
SVNStatusType |
fileDeleted(String path,
File file1,
File file2,
String mimeType1,
String mimeType2,
SVNProperties originalProperties,
boolean[] isTreeConflicted) |
SVNStatusType |
propertiesChanged(String path,
SVNProperties originalProperties,
SVNProperties diff,
boolean[] isTreeConflicted) |
areFilesTheSame, createTempDirectory, delete, getConflictedPaths, getFile, isDiffCopiedAsAdded, isDiffUnversioned, retrieveaddDeletedPath, categorizeProperties, clearDeletedPaths, getAdminArea, getDisplayPath, getWCAccess, isPathDeleted, setBasePath, setIsConflictedpublic SVNMergeCallback15(SVNAdminArea adminArea, SVNURL url, boolean force, boolean dryRun, SVNDiffOptions options, Map conflictedPathsGetter, SVNMergeDriver mergeDriver)
public SVNStatusType propertiesChanged(String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) throws SVNException
propertiesChanged in class SVNMergeCallbackSVNExceptionpublic SVNStatusType directoryAdded(String path, long revision, boolean[] isTreeConflicted) throws SVNException
directoryAdded in class SVNMergeCallbackSVNExceptionpublic SVNStatusType directoryDeleted(String path, boolean[] isTreeConflicted) throws SVNException
directoryDeleted in class SVNMergeCallbackSVNExceptionpublic void directoryOpened(String path, long revision, boolean[] isTreeConflicted) throws SVNException
directoryOpened in class SVNMergeCallbackSVNExceptionpublic SVNStatusType[] fileChanged(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) throws SVNException
fileChanged in class SVNMergeCallbackSVNExceptionpublic SVNStatusType[] fileAdded(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) throws SVNException
fileAdded in class SVNMergeCallbackSVNExceptionpublic SVNStatusType fileDeleted(String path, File file1, File file2, String mimeType1, String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted) throws SVNException
fileDeleted in class SVNMergeCallbackSVNExceptionpublic SVNStatusType[] directoryClosed(String path, boolean[] isTreeConflicted) throws SVNException
directoryClosed in class SVNMergeCallbackSVNExceptionprotected void delete(File path, boolean force, boolean dryRun) throws SVNException
SVNExceptionCopyright © 2025. All rights reserved.