public class SVNWCDbDir
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private SVNWCAccess |
admAccess
Hold onto the old-style access baton that corresponds to this PDH.
|
private java.io.File |
localAbsPath
The absolute path to this working copy directory.
|
private SVNWCDbDir |
parent
The parent directory's per-dir information.
|
private SVNWCDbRoot |
wcRoot
What wcroot does this directory belong to?
|
Constructor and Description |
---|
SVNWCDbDir(java.io.File localAbsPath) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
computeRelPath() |
void |
flushEntries(java.io.File localAbspath) |
SVNWCAccess |
getAdmAccess() |
java.io.File |
getLocalAbsPath() |
SVNWCDbDir |
getParent() |
SVNWCDbRoot |
getWCRoot() |
static boolean |
isUsable(SVNWCDbDir pdh) |
void |
setLocalAbsPath(java.io.File localAbsPath) |
void |
setParent(SVNWCDbDir parent) |
void |
setWCRoot(SVNWCDbRoot wcRoot) |
private java.io.File localAbsPath
private SVNWCDbRoot wcRoot
private SVNWCDbDir parent
private SVNWCAccess admAccess
public java.io.File getLocalAbsPath()
public SVNWCDbRoot getWCRoot()
public SVNWCDbDir getParent()
public SVNWCAccess getAdmAccess()
public void setLocalAbsPath(java.io.File localAbsPath)
public void setWCRoot(SVNWCDbRoot wcRoot)
public void setParent(SVNWCDbDir parent)
public static boolean isUsable(SVNWCDbDir pdh)
public java.io.File computeRelPath()
public void flushEntries(java.io.File localAbspath) throws SVNException
SVNException