Class SVNWCDbDir
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SVNWCAccess
Hold onto the old-style access baton that corresponds to this PDH.private java.io.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 TypeMethodDescriptionjava.io.File
void
flushEntries
(java.io.File localAbspath) java.io.File
static boolean
isUsable
(SVNWCDbDir pdh) void
setLocalAbsPath
(java.io.File localAbsPath) void
setParent
(SVNWCDbDir parent) void
setWCRoot
(SVNWCDbRoot wcRoot) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
localAbsPath
private java.io.File localAbsPathThe 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
public SVNWCDbDir(java.io.File localAbsPath)
-
-
Method Details
-
getLocalAbsPath
public java.io.File getLocalAbsPath() -
getWCRoot
-
getParent
-
getAdmAccess
-
setLocalAbsPath
public void setLocalAbsPath(java.io.File localAbsPath) -
setWCRoot
-
setParent
-
isUsable
-
computeRelPath
public java.io.File computeRelPath() -
flushEntries
- Throws:
SVNException
-