public class SvnWcDbReader extends SvnWcDbShared
| Modifier and Type | Class and Description |
|---|---|
static class |
SvnWcDbReader.InstallInfo |
static class |
SvnWcDbReader.ReplaceInfo |
SvnWcDbShared.TargetEMPTY_PROPS_BLOB| Constructor and Description |
|---|
SvnWcDbReader() |
| Modifier and Type | Method and Description |
|---|---|
static long[] |
getMinAndMaxRevisions(SVNWCDb db,
File localAbsPath) |
static Collection<File> |
getNotPresentDescendants(SVNWCDb db,
File parentPath) |
static Collection<File> |
getServerExcludedNodes(SVNWCDb db,
File path) |
static boolean |
hasLocalModifications(SVNWCContext context,
File localAbspath) |
static boolean |
hasSwitchedSubtrees(SVNWCDb db,
File localAbspath) |
static boolean |
isSparseCheckout(SVNWCDb db,
File localAbspath) |
static Structure<SvnWcDbReader.InstallInfo> |
readNodeInstallInfo(SVNWCDb db,
File localAbspath,
SvnWcDbReader.InstallInfo... fields) |
static Structure<SvnWcDbReader.ReplaceInfo> |
readNodeReplaceInfo(SVNWCDb db,
File localAbspath,
SvnWcDbReader.ReplaceInfo... fields) |
static Map<String,Structure<StructureFields.WalkerChildInfo>> |
readWalkerChildrenInfo(SVNWCDb db,
File localAbspath,
Map<String,Structure<StructureFields.WalkerChildInfo>> children) |
begingReadTransaction, begingWriteTransaction, canonicalizeURLs, collectTargets, commitTransaction, doesNodeExists, getBaseInfo, getBaseInfo, getDepthInfo, getMovedFromInfo, nodeIsNotInstallable, nodeNotFound, nodeNotFound, readInfo, readInfo, rollbackTransaction, scanAddition, scanAddition, scanDeletion, scanDeletion, scanMoved, sqliteErrorpublic static Collection<File> getServerExcludedNodes(SVNWCDb db, File path) throws SVNException
SVNExceptionpublic static Collection<File> getNotPresentDescendants(SVNWCDb db, File parentPath) throws SVNException
SVNExceptionpublic static Structure<SvnWcDbReader.ReplaceInfo> readNodeReplaceInfo(SVNWCDb db, File localAbspath, SvnWcDbReader.ReplaceInfo... fields) throws SVNException
SVNExceptionpublic static Structure<SvnWcDbReader.InstallInfo> readNodeInstallInfo(SVNWCDb db, File localAbspath, SvnWcDbReader.InstallInfo... fields) throws SVNException
SVNExceptionpublic static long[] getMinAndMaxRevisions(SVNWCDb db, File localAbsPath) throws SVNException
SVNExceptionpublic static Map<String,Structure<StructureFields.WalkerChildInfo>> readWalkerChildrenInfo(SVNWCDb db, File localAbspath, Map<String,Structure<StructureFields.WalkerChildInfo>> children) throws SVNException
SVNExceptionpublic static boolean hasSwitchedSubtrees(SVNWCDb db, File localAbspath) throws SVNException
SVNExceptionpublic static boolean hasLocalModifications(SVNWCContext context, File localAbspath) throws SVNException
SVNExceptionpublic static boolean isSparseCheckout(SVNWCDb db, File localAbspath) throws SVNException
SVNExceptionCopyright © 2025. All rights reserved.