Class SVNWCDbDir
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDbDir
This structure records all the information that we need to deal with a given
working copy directory.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SVNWCAccess
Hold onto the old-style access baton that corresponds to this PDH.private File
The absolute path to this working copy directory.private SVNWCDbDir
The parent directory's per-dir information.private SVNWCDbRoot
What wcroot does this directory belong to? -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
flushEntries
(File localAbspath) static boolean
isUsable
(SVNWCDbDir pdh) void
setLocalAbsPath
(File localAbsPath) void
setParent
(SVNWCDbDir parent) void
setWCRoot
(SVNWCDbRoot wcRoot)
-
Field Details
-
localAbsPath
The absolute path to this working copy directory. -
wcRoot
What wcroot does this directory belong to? -
parent
The parent directory's per-dir information. -
admAccess
Hold onto the old-style access baton that corresponds to this PDH.
-
-
Constructor Details
-
SVNWCDbDir
-
-
Method Details
-
getLocalAbsPath
-
getWCRoot
-
getParent
-
getAdmAccess
-
setLocalAbsPath
-
setWCRoot
-
setParent
-
isUsable
-
computeRelPath
-
flushEntries
- Throws:
SVNException
-