Class SvnWcDbReader
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbShared
org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbReader
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
Nested classes/interfaces inherited from class org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbShared
SvnWcDbShared.Target
-
Field Summary
Fields inherited from class org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbShared
EMPTY_PROPS_BLOB
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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) readWalkerChildrenInfo
(SVNWCDb db, File localAbspath, Map<String, Structure<StructureFields.WalkerChildInfo>> children) 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
-
Constructor Details
-
SvnWcDbReader
public SvnWcDbReader()
-
-
Method Details
-
getServerExcludedNodes
- Throws:
SVNException
-
getNotPresentDescendants
public static Collection<File> getNotPresentDescendants(SVNWCDb db, File parentPath) throws SVNException - Throws:
SVNException
-
readNodeReplaceInfo
public static Structure<SvnWcDbReader.ReplaceInfo> readNodeReplaceInfo(SVNWCDb db, File localAbspath, SvnWcDbReader.ReplaceInfo... fields) throws SVNException - Throws:
SVNException
-
readNodeInstallInfo
public static Structure<SvnWcDbReader.InstallInfo> readNodeInstallInfo(SVNWCDb db, File localAbspath, SvnWcDbReader.InstallInfo... fields) throws SVNException - Throws:
SVNException
-
getMinAndMaxRevisions
- Throws:
SVNException
-
readWalkerChildrenInfo
public static Map<String,Structure<StructureFields.WalkerChildInfo>> readWalkerChildrenInfo(SVNWCDb db, File localAbspath, Map<String, Structure<StructureFields.WalkerChildInfo>> children) throws SVNException- Throws:
SVNException
-
hasSwitchedSubtrees
- Throws:
SVNException
-
hasLocalModifications
public static boolean hasLocalModifications(SVNWCContext context, File localAbspath) throws SVNException - Throws:
SVNException
-
isSparseCheckout
- Throws:
SVNException
-