public class SvnWcDbExternals extends SvnWcDbShared
SvnWcDbShared.Target
EMPTY_PROPS_BLOB
Constructor and Description |
---|
SvnWcDbExternals() |
Modifier and Type | Method and Description |
---|---|
static void |
addExternalDir(SVNWCDb db,
java.io.File localAbspath,
java.io.File wriPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
java.io.File recordAncestorAbspath,
java.io.File recordedReposRelPath,
long recordedPegRevision,
long recordedRevision,
SVNSkel workItems) |
static void |
addExternalFile(SVNWCContext context,
java.io.File localAbsPath,
java.io.File wriAbsPath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long targetRevision,
SVNProperties newPristineProperties,
java.util.Map<java.lang.String,SVNProperties> iprops,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum newChecksum,
SVNProperties davCache,
java.io.File recordAncestorAbspath,
java.io.File recordedReposRelPath,
long recordedPegRevision,
long recordedRevision,
boolean updateActualProperties,
SVNProperties newActualProperties,
boolean keepRecordedInfo,
SVNSkel conflictSkel,
SVNSkel allWorkItems) |
static void |
insertExternalNode(SVNWCDbRoot root,
java.io.File localRelpath,
Structure<StructureFields.ExternalNodeInfo> info) |
static Structure<StructureFields.ExternalNodeInfo> |
readExternal(SVNWCContext context,
java.io.File localAbsPath,
java.io.File wriAbsPath,
StructureFields.ExternalNodeInfo... fields) |
static void |
removeExternal(SVNWCContext context,
java.io.File wriAbsPath,
java.io.File localAbsPath) |
static void |
removeExternalNode(SVNWCContext context,
java.io.File localAbsPath,
java.io.File wriAbsPath,
SVNSkel workItems) |
begingReadTransaction, begingWriteTransaction, canonicalizeURLs, collectTargets, commitTransaction, doesNodeExists, getBaseInfo, getBaseInfo, getDepthInfo, getMovedFromInfo, nodeIsNotInstallable, nodeNotFound, nodeNotFound, readInfo, readInfo, rollbackTransaction, scanAddition, scanAddition, scanDeletion, scanDeletion, scanMoved, sqliteError
public static void addExternalDir(SVNWCDb db, java.io.File localAbspath, java.io.File wriPath, SVNURL reposRootUrl, java.lang.String reposUuid, java.io.File recordAncestorAbspath, java.io.File recordedReposRelPath, long recordedPegRevision, long recordedRevision, SVNSkel workItems) throws SVNException
SVNException
public static void insertExternalNode(SVNWCDbRoot root, java.io.File localRelpath, Structure<StructureFields.ExternalNodeInfo> info) throws SVNException
SVNException
public static void removeExternal(SVNWCContext context, java.io.File wriAbsPath, java.io.File localAbsPath) throws SVNException
SVNException
public static void removeExternalNode(SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, SVNSkel workItems) throws SVNException
SVNException
public static Structure<StructureFields.ExternalNodeInfo> readExternal(SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, StructureFields.ExternalNodeInfo... fields) throws SVNException
SVNException
public static void addExternalFile(SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long targetRevision, SVNProperties newPristineProperties, java.util.Map<java.lang.String,SVNProperties> iprops, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum newChecksum, SVNProperties davCache, java.io.File recordAncestorAbspath, java.io.File recordedReposRelPath, long recordedPegRevision, long recordedRevision, boolean updateActualProperties, SVNProperties newActualProperties, boolean keepRecordedInfo, SVNSkel conflictSkel, SVNSkel allWorkItems) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.