Uses of Class
org.tmatesoft.svn.core.wc.SVNOperation
-
Packages that use SVNOperation Package Description 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 SVNOperation in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNOperation Modifier and Type Method Description SVNOperation
SVNWCConflictDescription17. getOperation()
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNOperation Modifier and Type Method Description static SVNWCConflictDescription17
SVNWCConflictDescription17. createTree(java.io.File localAbspath, SVNNodeKind nodeKind, SVNOperation operation, SVNConflictVersion srcLeftVersion, SVNConflictVersion srcRightVersion)
org.tmatesoft.svn.core.internal.wc17.SVNWCContext.TextConflictResolutionInfo
SVNWCContext. resolveTextConflict(java.io.File localAbsPath, SVNOperation operation, java.io.File leftAbsPath, java.io.File rightAbsPath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, java.io.File resultTarget, java.io.File detranslatedTarget, ISVNConflictHandler conflictHandler)
void
SVNWCConflictDescription17. setOperation(SVNOperation operation)
Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNOperation Constructor Description SVNTreeConflictEditor(SVNWCDb db, SVNOperation operation, SVNConflictVersion oldVersion, SVNConflictVersion newVersion, SVNWCDbRoot wcRoot, java.io.File moveRootDstRelPath)
-
Uses of SVNOperation in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNOperation Modifier and Type Method Description static void
SvnWcDbConflicts. readPropertyConflicts(java.util.List<SVNWCConflictDescription17> target, SVNWCDb db, java.io.File localAbsPath, SVNSkel conflictSkel, boolean createTempFiles, SVNOperation operation, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion)
static void
SvnWcDbConflicts. setConflictOperation(SVNSkel skel, SVNOperation operation, SVNConflictVersion original, SVNConflictVersion target)
-
Uses of SVNOperation in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNOperation Modifier and Type Field Description static SVNOperation
SVNOperation. MERGE
Merge operation.static SVNOperation
SVNOperation. NONE
None.static SVNOperation
SVNOperation. SWITCH
Switch operation.static SVNOperation
SVNOperation. UPDATE
Update operation.Methods in org.tmatesoft.svn.core.wc that return SVNOperation Modifier and Type Method Description static SVNOperation
SVNOperation. fromString(java.lang.String operation)
Converts a string operation name to anSVNOperation
object.SVNOperation
SVNTreeConflictDescription. getOperation()
Returns the user operation that exposed this tree conflict.Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNOperation Constructor Description SVNTreeConflictDescription(java.io.File path, SVNNodeKind nodeKind, SVNConflictAction conflictAction, SVNConflictReason conflictReason, SVNOperation operation, SVNConflictVersion sourceLeftVersion, SVNConflictVersion sourceRightVersion)
Creates a newSVNTreeConflictDescription
.
-