Uses of Class
org.tmatesoft.svn.core.internal.wc17.SVNWCConflictDescription17
Packages that use SVNWCConflictDescription17
Package
Description
-
Uses of SVNWCConflictDescription17 in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNWCConflictDescription17Modifier and TypeMethodDescriptionstatic SVNWCConflictDescription17SVNWCConflictDescription17.createProp(java.io.File localAbspath, SVNNodeKind nodeKind, java.lang.String propertyName) static SVNWCConflictDescription17SVNWCConflictDescription17.createText(java.io.File localAbspath) static SVNWCConflictDescription17SVNWCConflictDescription17.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 SVNWCConflictDescription17Modifier and TypeMethodDescriptionvoidSVNWCContext.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 SVNWCConflictDescription17Modifier and TypeMethodDescriptionstatic 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 SVNWCConflictDescription17Modifier and TypeMethodDescriptionstatic voidSvnWcDbConflicts.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 SVNWCConflictDescription17Modifier and TypeFieldDescriptionprivate java.util.Map<java.io.File,SVNWCConflictDescription17> SvnNgMergeCallback2.DirectoryBaton.newTreeConflictsMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNWCConflictDescription17Modifier and TypeMethodDescriptionprivate voidSvnNgMergeCallback2.recordTreeConflict(java.io.File localAbsPath, SvnNgMergeCallback2.DirectoryBaton parentBaton, SVNNodeKind nodeKind, SVNConflictAction action, SVNConflictReason reason, SVNWCConflictDescription17 existingConflict, boolean notifyTreeConflict)