Class SvnWcDbProperties
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbShared
org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static classNested classes/interfaces inherited from class org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbShared
SvnWcDbShared.Target -
Field Summary
FieldsFields inherited from class org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbShared
EMPTY_PROPS_BLOB -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Collection<SvnWcDbProperties.Properties>cacheProperties(SVNWCDbRoot root, File relpath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, Collection<String> changelists) getInheritedPropertiesNodes(SVNWCDbRoot root, File localRelPath, SVNDepth depth) static SVNPropertiesreadChangedProperties(SVNWCDbRoot root, File relpath) readInheritedProperties(SVNWCDbRoot root, File localRelPath, String propertyName) static SVNPropertiesreadPristineProperties(SVNWCDbRoot root, File relpath) static SVNPropertiesreadProperties(SVNWCDbRoot root, File relpath) static voidreadPropertiesRecursively(SVNWCDbRoot root, File relpath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, Collection<String> changelists, ISvnObjectReceiver<SVNProperties> receiver) private static voidsetActualProps(SVNWCDbRoot root, File localRelPath, SVNProperties properties) static voidupgradeApplyDavCache(SVNWCDbRoot root, File dirRelPath, Map<String, SVNProperties> cacheValues) static voidupgradeApplyProperties(SVNWCDbRoot root, File dirAbsPath, File localRelPath, SVNProperties baseProps, SVNProperties workingProps, SVNProperties revertProps, int originalFormat) Methods inherited from class org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbShared
begingReadTransaction, begingWriteTransaction, canonicalizeURLs, collectTargets, commitTransaction, doesNodeExists, getBaseInfo, getBaseInfo, getDepthInfo, getMovedFromInfo, nodeIsNotInstallable, nodeNotFound, nodeNotFound, readInfo, readInfo, rollbackTransaction, scanAddition, scanAddition, scanDeletion, scanDeletion, scanMoved, sqliteError
-
Field Details
-
WC__NO_REVERT_FILES
private static final int WC__NO_REVERT_FILES- See Also:
-
-
Constructor Details
-
SvnWcDbProperties
public SvnWcDbProperties()
-
-
Method Details
-
readProperties
- Throws:
SVNException
-
readChangedProperties
public static SVNProperties readChangedProperties(SVNWCDbRoot root, File relpath) throws SVNException - Throws:
SVNException
-
readPristineProperties
public static SVNProperties readPristineProperties(SVNWCDbRoot root, File relpath) throws SVNException - Throws:
SVNException
-
readPropertiesRecursively
public static void readPropertiesRecursively(SVNWCDbRoot root, File relpath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, Collection<String> changelists, ISvnObjectReceiver<SVNProperties> receiver) throws SVNException - Throws:
SVNException
-
setActualProps
private static void setActualProps(SVNWCDbRoot root, File localRelPath, SVNProperties properties) throws SVNException - Throws:
SVNException
-
upgradeApplyProperties
public static void upgradeApplyProperties(SVNWCDbRoot root, File dirAbsPath, File localRelPath, SVNProperties baseProps, SVNProperties workingProps, SVNProperties revertProps, int originalFormat) throws SVNException - Throws:
SVNException
-
upgradeApplyDavCache
public static void upgradeApplyDavCache(SVNWCDbRoot root, File dirRelPath, Map<String, SVNProperties> cacheValues) throws SVNException- Throws:
SVNException
-
cacheProperties
private static Collection<SvnWcDbProperties.Properties> cacheProperties(SVNWCDbRoot root, File relpath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, Collection<String> changelists) throws SVNException - Throws:
SVNException
-
getInheritedPropertiesNodes
public static Map<File,File> getInheritedPropertiesNodes(SVNWCDbRoot root, File localRelPath, SVNDepth depth) throws SVNException - Throws:
SVNException
-
readInheritedProperties
public static List<Structure<StructureFields.InheritedProperties>> readInheritedProperties(SVNWCDbRoot root, File localRelPath, String propertyName) throws SVNException - Throws:
SVNException
-