Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDbDir
-
Packages that use SVNWCDbDir Package Description org.tmatesoft.svn.core.internal.wc17.db -
-
Uses of SVNWCDbDir in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as SVNWCDbDir Modifier and Type Field Description SVNWCDbDirSVNWCDb.Commit. pdhSVNWCDbDirSVNWCDb.DirParsedInfo. wcDbDirMethods in org.tmatesoft.svn.core.internal.wc17.db that return SVNWCDbDir Modifier and Type Method Description SVNWCDbDirSVNWCDbDir. getParent()SVNWCDbDirSVNWCDb. navigateToParent(SVNWCDbDir childPdh, SVNSqlJetDb.Mode sMode)Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNWCDbDir Modifier and Type Method Description static voidSvnWcDbCopy. copy(SVNWCDbDir srcPdh, java.io.File localSrcRelpath, SVNWCDbDir dstPdh, java.io.File localDstRelpath, java.io.File dstOpRootRelPath, boolean isMove, SVNSkel workItems)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)static voidSvnWcDbCopy. copyShadowedLayer(SVNWCDbDir srcPdh, java.io.File localSrcRelpath, SVNWCDbDir dstPdh, java.io.File localDstRelpath, boolean isMove)static booleanSVNWCDbDir. isUsable(SVNWCDbDir pdh)SVNWCDbDirSVNWCDb. navigateToParent(SVNWCDbDir childPdh, SVNSqlJetDb.Mode sMode)voidSVNWCDbDir. setParent(SVNWCDbDir parent)protected static voidSVNWCDb. verifyDirUsable(SVNWCDbDir pdh)
-