Uses of Class
org.tmatesoft.svn.core.internal.wc17.SVNWCConflictDescription17
-
Packages that use SVNWCConflictDescription17 Package Description org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.internal.wc2.ng -
-
Uses of SVNWCConflictDescription17 in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNWCConflictDescription17 Modifier and Type Method Description static SVNWCConflictDescription17
SVNWCConflictDescription17. createProp(java.io.File localAbspath, SVNNodeKind nodeKind, java.lang.String propertyName)
static SVNWCConflictDescription17
SVNWCConflictDescription17. createText(java.io.File localAbspath)
static SVNWCConflictDescription17
SVNWCConflictDescription17. createTree(java.io.File localAbspath, SVNNodeKind nodeKind, SVNOperation operation, SVNConflictVersion srcLeftVersion, SVNConflictVersion srcRightVersion)
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNWCConflictDescription17 Modifier and Type Method Description void
SVNWCContext. addTreeConflict(SVNWCConflictDescription17 conflict)
-
Uses of SVNWCConflictDescription17 in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db that return types with arguments of type SVNWCConflictDescription17 Modifier and Type Method Description static java.util.List<SVNWCConflictDescription17>
SvnWcDbConflicts. convertFromSkel(SVNWCDb db, java.io.File localAbsPath, boolean createTempFiles, SVNSkel conflictSkel)
java.util.List<SVNWCConflictDescription17>
SVNWCDb. readConflicts(java.io.File localAbsPath, boolean createTempFiles)
private java.util.List<SVNWCConflictDescription17>
SVNWCDb. readConflicts17(SVNWCDbRoot wcRoot, java.io.File localRelPath, boolean createTempFiles)
Method parameters in org.tmatesoft.svn.core.internal.wc17.db with type arguments of type SVNWCConflictDescription17 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)
-
Uses of SVNWCConflictDescription17 in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng with type parameters of type SVNWCConflictDescription17 Modifier and Type Field Description private java.util.Map<java.io.File,SVNWCConflictDescription17>
SvnNgMergeCallback2.DirectoryBaton. newTreeConflicts
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNWCConflictDescription17 Modifier and Type Method Description private void
SvnNgMergeCallback2. recordTreeConflict(java.io.File localAbsPath, SvnNgMergeCallback2.DirectoryBaton parentBaton, SVNNodeKind nodeKind, SVNConflictAction action, SVNConflictReason reason, SVNWCConflictDescription17 existingConflict, boolean notifyTreeConflict)
-