Class AbstractDiffCallback
java.lang.Object
org.tmatesoft.svn.core.internal.wc.AbstractDiffCallback
- Direct Known Subclasses:
SVNDiffCallback,SVNMergeCallback
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddDeletedPath(String path) protected voidcategorizeProperties(SVNProperties original, SVNProperties regular, SVNProperties entry, SVNProperties wc) protected voidabstract Fileabstract SVNStatusTypedirectoryAdded(String path, long revision, boolean[] isTreeConflicted) abstract SVNStatusType[]directoryClosed(String path, boolean[] isTreeConflicted) abstract SVNStatusTypedirectoryDeleted(String path, boolean[] isTreeConflicted) abstract voiddirectoryOpened(String path, long revision, boolean[] isTreeConflicted) abstract SVNStatusType[]fileAdded(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) abstract SVNStatusType[]fileChanged(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) abstract SVNStatusTypefileDeleted(String path, File file1, File file2, String mimeType1, String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted) protected SVNAdminAreaprotected StringgetDisplayPath(String path) protected SVNWCAccessabstract booleanabstract booleanprotected booleanisPathDeleted(String path) abstract SVNStatusTypepropertiesChanged(String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) voidsetBasePath(File path) protected voidsetIsConflicted(boolean[] isConflictedResult, boolean isConflicted)
-
Field Details
-
myAdminArea
-
myBasePath
-
myDeletedPaths
-
-
Constructor Details
-
AbstractDiffCallback
-
-
Method Details
-
setBasePath
-
isDiffUnversioned
public abstract boolean isDiffUnversioned() -
isDiffCopiedAsAdded
public abstract boolean isDiffCopiedAsAdded() -
createTempDirectory
- Throws:
SVNException
-
propertiesChanged
public abstract SVNStatusType propertiesChanged(String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) throws SVNException - Throws:
SVNException
-
fileChanged
public abstract SVNStatusType[] fileChanged(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) throws SVNException - Throws:
SVNException
-
fileAdded
public abstract SVNStatusType[] fileAdded(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) throws SVNException - Throws:
SVNException
-
fileDeleted
public abstract SVNStatusType fileDeleted(String path, File file1, File file2, String mimeType1, String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted) throws SVNException - Throws:
SVNException
-
directoryAdded
public abstract SVNStatusType directoryAdded(String path, long revision, boolean[] isTreeConflicted) throws SVNException - Throws:
SVNException
-
directoryDeleted
public abstract SVNStatusType directoryDeleted(String path, boolean[] isTreeConflicted) throws SVNException - Throws:
SVNException
-
directoryOpened
public abstract void directoryOpened(String path, long revision, boolean[] isTreeConflicted) throws SVNException - Throws:
SVNException
-
directoryClosed
public abstract SVNStatusType[] directoryClosed(String path, boolean[] isTreeConflicted) throws SVNException - Throws:
SVNException
-
getDisplayPath
-
categorizeProperties
protected void categorizeProperties(SVNProperties original, SVNProperties regular, SVNProperties entry, SVNProperties wc) -
getAdminArea
-
getWCAccess
-
addDeletedPath
-
isPathDeleted
-
clearDeletedPaths
protected void clearDeletedPaths() -
setIsConflicted
protected void setIsConflicted(boolean[] isConflictedResult, boolean isConflicted)
-