Uses of Class
org.tmatesoft.svn.core.wc.SVNConflictReason
-
Packages that use SVNConflictReason Package Description org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client. -
-
Uses of SVNConflictReason in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNConflictReason Modifier and Type Method Description static intJavaHLObjectFactory. getConflictReason(SVNConflictReason conflictReason) -
Uses of SVNConflictReason in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNConflictReason Modifier and Type Method Description protected SVNTreeConflictDescriptionSVNMergeDriver. makeTreeConflict(java.io.File victim, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason)protected voidSVNMergeDriver. recordTreeConflict(java.io.File victim, SVNAdminArea adminArea, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason)protected voidSVNMergeDriver. recordTreeConflictOnAdd(java.io.File victim, SVNAdminArea adminArea, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason) -
Uses of SVNConflictReason in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNConflictReason Modifier and Type Method Description SVNConflictReasonSVNWCConflictDescription17. getReason()Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNConflictReason Modifier and Type Method Description voidSVNWCConflictDescription17. setReason(SVNConflictReason reason) -
Uses of SVNConflictReason in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNConflictReason Modifier and Type Method Description static voidSvnWcDbConflicts. addTreeConflict(SVNSkel skel, ISVNWCDb db, java.io.File wriAbsPath, SVNConflictReason localChange, SVNConflictAction incomingChange, java.io.File moveSrcOpRootAbsPath) -
Uses of SVNConflictReason in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNConflictReason Modifier and Type Field Description static SVNConflictReasonSVNConflictReason. ADDEDConstant saying that an object is already added or schedule-addstatic SVNConflictReasonSVNConflictReason. DELETEDConstant saying that an object is already schedule-delete.static SVNConflictReasonSVNConflictReason. EDITEDConstant saying that local edits are already present.static SVNConflictReasonSVNConflictReason. MISSINGConstant saying that an object is unknown or missing.static SVNConflictReasonSVNConflictReason. MOVED_AWAYConstant saying that an object has been moved awaystatic SVNConflictReasonSVNConflictReason. MOVED_HEREConstant saying that an object has been moved herestatic SVNConflictReasonSVNConflictReason. OBSTRUCTEDConstant saying that another object is in the way.static SVNConflictReasonSVNConflictReason. REPLACEDConstant saying that an object is already replaced.static SVNConflictReasonSVNConflictReason. SKIPstatic SVNConflictReasonSVNConflictReason. UNVERSIONEDConstant saying that an object is unversioned.static SVNConflictReasonSVNConflictReason. WC_SKIPMethods in org.tmatesoft.svn.core.wc that return SVNConflictReason Modifier and Type Method Description static SVNConflictReasonSVNConflictReason. fromString(java.lang.String reason)Converts a string reason name to anSVNConflictReasonobject.SVNConflictReasonSVNConflictDescription. getConflictReason()Returns the reason why the conflict occurred.SVNConflictReasonSVNMergeResult. getConflictReason()Returns conflict reason.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNConflictReason Modifier and Type Method Description static SVNMergeResultSVNMergeResult. createMergeResult(SVNStatusType status, SVNConflictReason reason)Creates a new merge result object.Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNConflictReason Constructor Description SVNConflictDescription(SVNMergeFileSet mergeFiles, SVNNodeKind nodeKind, SVNConflictAction conflictAction, SVNConflictReason conflictReason)Creates a newSVNConflictDescriptionobject.SVNPropertyConflictDescription(SVNMergeFileSet mergeFiles, SVNNodeKind nodeKind, java.lang.String propertyName, SVNConflictAction conflictAction, SVNConflictReason conflictReason)Creates a newSVNPropertyConflictDescriptionobject.SVNTextConflictDescription(SVNMergeFileSet mergeFiles, SVNNodeKind nodeKind, SVNConflictAction conflictAction, SVNConflictReason conflictReason)Creates a newSVNTextConflictDescriptionobject.SVNTreeConflictDescription(java.io.File path, SVNNodeKind nodeKind, SVNConflictAction conflictAction, SVNConflictReason conflictReason, SVNOperation operation, SVNConflictVersion sourceLeftVersion, SVNConflictVersion sourceRightVersion)Creates a newSVNTreeConflictDescription.
-