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 SVNWCAccessHold onto the old-style access baton that corresponds to this PDH.private java.io.FileThe absolute path to this working copy directory.private SVNWCDbDirThe parent directory's per-dir information.private SVNWCDbRootWhat wcroot does this directory belong to? -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.io.FilevoidflushEntries(java.io.File localAbspath) java.io.Filestatic booleanisUsable(SVNWCDbDir pdh) voidsetLocalAbsPath(java.io.File localAbsPath) voidsetParent(SVNWCDbDir parent) voidsetWCRoot(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
-