public class SvnWcDbProperties extends SvnWcDbShared
| Modifier and Type | Class and Description |
|---|---|
private static class |
SvnWcDbProperties.Properties |
private static class |
SvnWcDbProperties.SelectRowWithMaxOpDepth |
SvnWcDbShared.Target| Modifier and Type | Field and Description |
|---|---|
private static int |
WC__NO_REVERT_FILES |
EMPTY_PROPS_BLOB| Constructor and Description |
|---|
SvnWcDbProperties() |
| Modifier and Type | Method and Description |
|---|---|
private static java.util.Collection<SvnWcDbProperties.Properties> |
cacheProperties(SVNWCDbRoot root,
java.io.File relpath,
SVNDepth depth,
boolean baseProperties,
boolean pristineProperties,
java.util.Collection<java.lang.String> changelists) |
static java.util.Map<java.io.File,java.io.File> |
getInheritedPropertiesNodes(SVNWCDbRoot root,
java.io.File localRelPath,
SVNDepth depth) |
static SVNProperties |
readChangedProperties(SVNWCDbRoot root,
java.io.File relpath) |
static java.util.List<Structure<StructureFields.InheritedProperties>> |
readInheritedProperties(SVNWCDbRoot root,
java.io.File localRelPath,
java.lang.String propertyName) |
static SVNProperties |
readPristineProperties(SVNWCDbRoot root,
java.io.File relpath) |
static SVNProperties |
readProperties(SVNWCDbRoot root,
java.io.File relpath) |
static void |
readPropertiesRecursively(SVNWCDbRoot root,
java.io.File relpath,
SVNDepth depth,
boolean baseProperties,
boolean pristineProperties,
java.util.Collection<java.lang.String> changelists,
ISvnObjectReceiver<SVNProperties> receiver) |
private static void |
setActualProps(SVNWCDbRoot root,
java.io.File localRelPath,
SVNProperties properties) |
static void |
upgradeApplyDavCache(SVNWCDbRoot root,
java.io.File dirRelPath,
java.util.Map<java.lang.String,SVNProperties> cacheValues) |
static void |
upgradeApplyProperties(SVNWCDbRoot root,
java.io.File dirAbsPath,
java.io.File localRelPath,
SVNProperties baseProps,
SVNProperties workingProps,
SVNProperties revertProps,
int originalFormat) |
begingReadTransaction, begingWriteTransaction, canonicalizeURLs, collectTargets, commitTransaction, doesNodeExists, getBaseInfo, getBaseInfo, getDepthInfo, getMovedFromInfo, nodeIsNotInstallable, nodeNotFound, nodeNotFound, readInfo, readInfo, rollbackTransaction, scanAddition, scanAddition, scanDeletion, scanDeletion, scanMoved, sqliteErrorprivate static final int WC__NO_REVERT_FILES
public static SVNProperties readProperties(SVNWCDbRoot root, java.io.File relpath) throws SVNException
SVNExceptionpublic static SVNProperties readChangedProperties(SVNWCDbRoot root, java.io.File relpath) throws SVNException
SVNExceptionpublic static SVNProperties readPristineProperties(SVNWCDbRoot root, java.io.File relpath) throws SVNException
SVNExceptionpublic static void readPropertiesRecursively(SVNWCDbRoot root, java.io.File relpath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, java.util.Collection<java.lang.String> changelists, ISvnObjectReceiver<SVNProperties> receiver) throws SVNException
SVNExceptionprivate static void setActualProps(SVNWCDbRoot root, java.io.File localRelPath, SVNProperties properties) throws SVNException
SVNExceptionpublic static void upgradeApplyProperties(SVNWCDbRoot root, java.io.File dirAbsPath, java.io.File localRelPath, SVNProperties baseProps, SVNProperties workingProps, SVNProperties revertProps, int originalFormat) throws SVNException
SVNExceptionpublic static void upgradeApplyDavCache(SVNWCDbRoot root, java.io.File dirRelPath, java.util.Map<java.lang.String,SVNProperties> cacheValues) throws SVNException
SVNExceptionprivate static java.util.Collection<SvnWcDbProperties.Properties> cacheProperties(SVNWCDbRoot root, java.io.File relpath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, java.util.Collection<java.lang.String> changelists) throws SVNException
SVNExceptionpublic static java.util.Map<java.io.File,java.io.File> getInheritedPropertiesNodes(SVNWCDbRoot root, java.io.File localRelPath, SVNDepth depth) throws SVNException
SVNExceptionpublic static java.util.List<Structure<StructureFields.InheritedProperties>> readInheritedProperties(SVNWCDbRoot root, java.io.File localRelPath, java.lang.String propertyName) throws SVNException
SVNException