Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDbDir
Packages that use SVNWCDbDir
-
Uses of SVNWCDbDir in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as SVNWCDbDirModifier and TypeFieldDescriptionprivate SVNWCDbDirSVNWCDbDir.parentThe parent directory's per-dir information.SVNWCDb.Commit.pdh(package private) SVNWCDbDirSVNWCDb.MakeCopy.pdhSVNWCDb.ResolveDeleteRaiseMovedAway.pdh(package private) SVNWCDbDirSVNWCDb.SetProperties.pdhSVNWCDb.SetRevRelpath.pdh(package private) SVNWCDbDirSVNWCDb.WCLockObtain.pdhSVNWCDb.DirParsedInfo.wcDbDirFields in org.tmatesoft.svn.core.internal.wc17.db with type parameters of type SVNWCDbDirModifier and TypeFieldDescriptionprivate java.util.Map<java.lang.String,SVNWCDbDir> SVNWCDb.dirDataMethods in org.tmatesoft.svn.core.internal.wc17.db that return SVNWCDbDirModifier and TypeMethodDescriptionprivate SVNWCDbDirSVNWCDb.getOrCreateDir(java.io.File localDirAbspath, boolean createAllowed) SVNWCDbDir.getParent()SVNWCDb.navigateToParent(SVNWCDbDir childPdh, SVNSqlJetDb.Mode sMode) Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNWCDbDirModifier and TypeMethodDescriptionprivate voidSVNWCDb.catchCopyOfAbsent(SVNWCDbDir pdh, java.io.File localRelPath) static voidSvnWcDbCopy.copy(SVNWCDbDir srcPdh, java.io.File localSrcRelpath, SVNWCDbDir dstPdh, java.io.File localDstRelpath, java.io.File dstOpRootRelPath, boolean isMove, SVNSkel workItems) private static voidSvnWcDbCopy.copyActual(SVNWCDbDir srcPdh, java.io.File localSrcRelpath, SVNWCDbDir dstPdh, java.io.File localDstRelpath) static voidSvnWcDbCopy.copyDir(SVNWCDbDir pdh, java.io.File localRelpath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, java.util.List<java.io.File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems) static voidSvnWcDbCopy.copyFile(SVNWCDbDir pdh, java.io.File localRelpath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, SvnChecksum checksum, boolean updateActualProps, SVNProperties newActualProps, SVNSkel conflict, SVNSkel workItems) private static voidSvnWcDbCopy.copyShadowedLayer(SVNWCDbDir srcPdh, java.io.File srcRelpath, long srcOpDepth, SVNWCDbDir dstPdh, java.io.File dstRelpath, long dstOpDepth, long delOpDepth, long reposId, java.io.File reposRelPath, long revision, int moveOpDepth) static voidSvnWcDbCopy.copyShadowedLayer(SVNWCDbDir srcPdh, java.io.File localSrcRelpath, SVNWCDbDir dstPdh, java.io.File localDstRelpath, boolean isMove) private static voidSvnWcDbCopy.crossDbCopy(SVNWCDbDir srcPdh, java.io.File localSrcRelpath, SVNWCDbDir dstPdh, java.io.File localDstRelpath, ISVNWCDb.SVNWCDbStatus dstPresence, long dstOpDepth, long dstNpOpDepth, ISVNWCDb.SVNWCDbKind kind, java.util.List<java.lang.String> children, long copyFromId, java.io.File copyFromRelpath, long copyFromRev) private SVNWCDb.ReposInfo2SVNWCDb.determineReposInfo(SVNWCDbDir pdh, java.io.File localRelpath) private static voidSvnWcDbCopy.doCopy(SVNWCDbDir srcPdh, java.io.File localSrcRelpath, SVNWCDbDir dstPdh, java.io.File localDstRelpath, java.io.File dstOpRootRelPath, boolean isMove, SVNSkel workItems) static booleanSVNWCDbDir.isUsable(SVNWCDbDir pdh) SVNWCDb.navigateToParent(SVNWCDbDir childPdh, SVNSqlJetDb.Mode sMode) private java.util.Map<java.lang.String,SVNTreeConflictDescription> SVNWCDb.readAllTreeConflicts(SVNWCDbDir pdh, java.io.File localRelpath) private java.util.Map<java.lang.String,SVNTreeConflictDescription> SVNWCDb.readAllTreeConflicts17(SVNWCDbDir pdh, java.io.File localRelpath) voidSVNWCDbDir.setParent(SVNWCDbDir parent) private voidSVNWCDb.updateDepthValues(java.io.File localAbspath, SVNWCDbDir pdh, java.io.File localRelpath, SVNDepth depth) protected static voidSVNWCDb.verifyDirUsable(SVNWCDbDir pdh)