Class SVNWCDbDir


  • public class SVNWCDbDir
    extends java.lang.Object
    This structure records all the information that we need to deal with a given working copy directory.
    Author:
    TMate Software Ltd.
    • Constructor Detail

      • SVNWCDbDir

        public SVNWCDbDir​(java.io.File localAbsPath)
    • Method Detail

      • getLocalAbsPath

        public java.io.File getLocalAbsPath()
      • setLocalAbsPath

        public void setLocalAbsPath​(java.io.File localAbsPath)
      • setWCRoot

        public void setWCRoot​(SVNWCDbRoot wcRoot)
      • setParent

        public void setParent​(SVNWCDbDir parent)
      • isUsable

        public static boolean isUsable​(SVNWCDbDir pdh)
      • computeRelPath

        public java.io.File computeRelPath()