public class SvnWcDbReader extends SvnWcDbShared
Modifier and Type | Class and Description |
---|---|
static class |
SvnWcDbReader.InstallInfo |
static class |
SvnWcDbReader.ReplaceInfo |
SvnWcDbShared.Target
EMPTY_PROPS_BLOB
Constructor and Description |
---|
SvnWcDbReader() |
Modifier and Type | Method and Description |
---|---|
static long[] |
getMinAndMaxRevisions(SVNWCDb db,
java.io.File localAbsPath) |
static java.util.Collection<java.io.File> |
getNotPresentDescendants(SVNWCDb db,
java.io.File parentPath) |
static java.util.Collection<java.io.File> |
getServerExcludedNodes(SVNWCDb db,
java.io.File path) |
static boolean |
hasLocalModifications(SVNWCContext context,
java.io.File localAbspath) |
static boolean |
hasSwitchedSubtrees(SVNWCDb db,
java.io.File localAbspath) |
static boolean |
isSparseCheckout(SVNWCDb db,
java.io.File localAbspath) |
static Structure<SvnWcDbReader.InstallInfo> |
readNodeInstallInfo(SVNWCDb db,
java.io.File localAbspath,
SvnWcDbReader.InstallInfo... fields) |
static Structure<SvnWcDbReader.ReplaceInfo> |
readNodeReplaceInfo(SVNWCDb db,
java.io.File localAbspath,
SvnWcDbReader.ReplaceInfo... fields) |
static java.util.Map<java.lang.String,Structure<StructureFields.WalkerChildInfo>> |
readWalkerChildrenInfo(SVNWCDb db,
java.io.File localAbspath,
java.util.Map<java.lang.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, sqliteError
public static java.util.Collection<java.io.File> getServerExcludedNodes(SVNWCDb db, java.io.File path) throws SVNException
SVNException
public static java.util.Collection<java.io.File> getNotPresentDescendants(SVNWCDb db, java.io.File parentPath) throws SVNException
SVNException
public static Structure<SvnWcDbReader.ReplaceInfo> readNodeReplaceInfo(SVNWCDb db, java.io.File localAbspath, SvnWcDbReader.ReplaceInfo... fields) throws SVNException
SVNException
public static Structure<SvnWcDbReader.InstallInfo> readNodeInstallInfo(SVNWCDb db, java.io.File localAbspath, SvnWcDbReader.InstallInfo... fields) throws SVNException
SVNException
public static long[] getMinAndMaxRevisions(SVNWCDb db, java.io.File localAbsPath) throws SVNException
SVNException
public static java.util.Map<java.lang.String,Structure<StructureFields.WalkerChildInfo>> readWalkerChildrenInfo(SVNWCDb db, java.io.File localAbspath, java.util.Map<java.lang.String,Structure<StructureFields.WalkerChildInfo>> children) throws SVNException
SVNException
public static boolean hasSwitchedSubtrees(SVNWCDb db, java.io.File localAbspath) throws SVNException
SVNException
public static boolean hasLocalModifications(SVNWCContext context, java.io.File localAbspath) throws SVNException
SVNException
public static boolean isSparseCheckout(SVNWCDb db, java.io.File localAbspath) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.