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(File localAbspath, SVNNodeKind nodeKind, String propertyName) static SVNWCConflictDescription17SVNWCConflictDescription17.createText(File localAbspath) static SVNWCConflictDescription17SVNWCConflictDescription17.createTree(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 List<SVNWCConflictDescription17>SvnWcDbConflicts.convertFromSkel(SVNWCDb db, File localAbsPath, boolean createTempFiles, SVNSkel conflictSkel) SVNWCDb.readConflicts(File localAbsPath, boolean createTempFiles) private List<SVNWCConflictDescription17>SVNWCDb.readConflicts17(SVNWCDbRoot wcRoot, File localRelPath, boolean createTempFiles) Method parameters in org.tmatesoft.svn.core.internal.wc17.db with type arguments of type SVNWCConflictDescription17Modifier and TypeMethodDescriptionstatic voidSvnWcDbConflicts.readPropertyConflicts(List<SVNWCConflictDescription17> target, SVNWCDb db, 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 Map<File,SVNWCConflictDescription17> SvnNgMergeCallback2.DirectoryBaton.newTreeConflictsMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNWCConflictDescription17Modifier and TypeMethodDescriptionprivate voidSvnNgMergeCallback2.recordTreeConflict(File localAbsPath, SvnNgMergeCallback2.DirectoryBaton parentBaton, SVNNodeKind nodeKind, SVNConflictAction action, SVNConflictReason reason, SVNWCConflictDescription17 existingConflict, boolean notifyTreeConflict)