public class SvnWcDbProperties extends SvnWcDbShared
Constructor and Description |
---|
SvnWcDbProperties() |
Modifier and Type | Method and Description |
---|---|
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) |
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, nodeNotFound, nodeNotFound, readInfo, readInfo, rollbackTransaction, scanAddition, scanAddition, scanDeletion, scanDeletion, sqliteError
public static SVNProperties readProperties(SVNWCDbRoot root, java.io.File relpath) throws SVNException
SVNException
public static SVNProperties readPristineProperties(SVNWCDbRoot root, java.io.File relpath) throws SVNException
SVNException
public 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
SVNException
public static void upgradeApplyProperties(SVNWCDbRoot root, java.io.File dirAbsPath, java.io.File localRelPath, SVNProperties baseProps, SVNProperties workingProps, SVNProperties revertProps, int originalFormat) throws SVNException
SVNException
public static void upgradeApplyDavCache(SVNWCDbRoot root, java.io.File dirRelPath, java.util.Map<java.lang.String,SVNProperties> cacheValues) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.