Uses of Class
org.tmatesoft.svn.core.internal.util.SVNSkel
Packages that use SVNSkel
Package
Description
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
-
Uses of SVNSkel in org.tmatesoft.svn.core.internal.util
Fields in org.tmatesoft.svn.core.internal.util declared as SVNSkelFields in org.tmatesoft.svn.core.internal.util with type parameters of type SVNSkelMethods in org.tmatesoft.svn.core.internal.util that return SVNSkelModifier and TypeMethodDescriptionstatic SVNSkel
SVNSkel.createAtom
(byte[] data) static SVNSkel
SVNSkel.createAtom
(byte[] data, int offset, int length) static SVNSkel
SVNSkel.createAtom
(java.lang.String str) private static SVNSkel
SVNSkel.createAtom
(SVNPropertyValue propertyValue) static SVNSkel
SVNSkel.createEmptyList()
static SVNSkel
SVNSkel.createInheritedProperties
(java.util.Map<java.lang.String, SVNProperties> iprops) static SVNSkel
SVNSkel.createPropList
(java.util.Map<java.lang.String, SVNPropertyValue> props) SVNSkel.first()
SVNSkel.getChild
(int i) SVNSkel.next()
static SVNSkel
SVNSkel.parse
(byte[] data) static SVNSkel
SVNSkel.parse
(byte[] data, int offset, int length) static SVNSkel
SVNSkel.parse
(java.nio.ByteBuffer buffer) static SVNSkel
SVNSkel.parseExplicitAtom
(java.nio.ByteBuffer buffer) static SVNSkel
SVNSkel.parseImplicitAtom
(java.nio.ByteBuffer buffer) static SVNSkel
SVNSkel.parseList
(java.nio.ByteBuffer buffer) Methods in org.tmatesoft.svn.core.internal.util that return types with arguments of type SVNSkelMethods in org.tmatesoft.svn.core.internal.util with parameters of type SVNSkelMethod parameters in org.tmatesoft.svn.core.internal.util with type arguments of type SVNSkelModifier and TypeMethodDescriptionvoid
SVNSkel.removeChildren
(java.util.Collection<SVNSkel> childrenToRemove) -
Uses of SVNSkel in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNSkelModifier and TypeMethodDescriptionstatic SVNSkel
SVNTreeConflictUtil.getConflictSkel
(SVNConflictVersion nullVersion, SVNTreeConflictDescription conflict) private static SVNSkel
SVNTreeConflictUtil.prependVersionInfo
(SVNSkel parent, SVNConflictVersion versionInfo) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNSkelModifier and TypeMethodDescriptionprivate static boolean
SVNTreeConflictUtil.isValidConflict
(SVNSkel skel) private static boolean
SVNTreeConflictUtil.isValidVersionInfo
(SVNSkel skel) private static SVNSkel
SVNTreeConflictUtil.prependVersionInfo
(SVNSkel parent, SVNConflictVersion versionInfo) private static SVNConflictVersion
SVNTreeConflictUtil.readConflictVersion
(SVNSkel skel) static SVNTreeConflictDescription
SVNTreeConflictUtil.readSingleTreeConflict
(SVNSkel skel, java.io.File dirPath) -
Uses of SVNSkel in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNSkelModifier and TypeFieldDescription(package private) SVNSkel
SVNTreeConflictEditor.UpdateWorkingProps.conflictSkel
SVNUpdateEditor17.MergeFileInfo.conflictSkel
SVNWCContext.MergeInfo.conflictSkel
SVNWCContext.MergePropertiesInfo.conflictSkel
private SVNSkel
SVNUpdateEditor17.DirectoryBaton.editConflict
private SVNSkel
SVNUpdateEditor17.FileBaton.editConflict
SVNUpdateEditor17.MergeFileInfo.workItem
SVNWCContext.RemoveArtifactInfo.workItem
private SVNSkel
DefaultSvnMerger.workItems
SVNWCContext.MergeInfo.workItems
SVNWCContext.MergePropertiesInfo.workItems
SVNWCContext.PresevePreMergeFileInfo.workItems
SVNWCContext.TextConflictResolutionInfo.workItems
Fields in org.tmatesoft.svn.core.internal.wc17 with type parameters of type SVNSkelModifier and TypeFieldDescriptionprivate java.util.Map<java.lang.String,
SVNSkel> SVNUpdateEditor17.DirectoryBaton.deletionConflicts
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNSkelModifier and TypeMethodDescriptionprivate SVNSkel
SVNUpdateEditor17.checkTreeConflict
(java.io.File localAbspath, ISVNWCDb.SVNWCDbStatus workingStatus, boolean existsInRepos, SVNNodeKind expectedKind, SVNConflictAction action) SVNWCContext.conflictCreateMarker
(SVNSkel conflictSkel, java.io.File localAbsPath) private SVNSkel
SVNTreeConflictEditor.createConflictMarkers
(java.io.File localAbsPath, java.io.File reposRelPath, SVNSkel conflictSkel, SVNOperation operation, SVNTreeConflictEditor.WorkingNodeVersion oldNodeVersion, SVNTreeConflictEditor.WorkingNodeVersion newNodeVersion, SVNNodeKind kind) DefaultSvnMerger.getWorkItems()
private SVNSkel
SVNWCContext.saveMergeResult
(java.io.File versionedAbspath, java.io.File source) private static SVNSkel
SVNWCContext.saveMergeResult
(ISVNWCDb db, java.io.File localAbsPath, java.io.File sourceAbsPath) SVNWCContext.wqBuildBaseRemove
(java.io.File localAbspath, boolean keepNotPresent) SVNWCContext.wqBuildBaseRemove
(java.io.File localAbspath, long notPresentRevision, ISVNWCDb.SVNWCDbKind notPresentKind) static SVNSkel
SVNWCContext.wqBuildBaseRemove
(SVNWCDb db, java.io.File localAbspath, long notPresentRevision, ISVNWCDb.SVNWCDbKind notPresentKind) SVNWCContext.wqBuildDirInstall
(java.io.File localAbsPath) static SVNSkel
SVNWCContext.wqBuildDirInstall
(SVNWCDb db, java.io.File localAbsPath) static SVNSkel
SVNWCContext.wqBuildDirRemove
(SVNWCDb db, java.io.File wriAbspath, java.io.File localAbspath, boolean recursive) SVNWCContext.wqBuildFileCommit
(java.io.File localAbspath, boolean propsMods) SVNWCContext.wqBuildFileCopyTranslated
(java.io.File localAbspath, java.io.File srcAbspath, java.io.File dstAbspath) static SVNSkel
SVNWCContext.wqBuildFileCopyTranslated
(SVNWCDb db, java.io.File localAbspath, java.io.File srcAbspath, java.io.File dstAbspath) SVNWCContext.wqBuildFileInstall
(java.io.File localAbspath, java.io.File sourceAbspath, boolean useCommitTimes, boolean recordFileinfo) static SVNSkel
SVNWCContext.wqBuildFileInstall
(SVNWCDb db, java.io.File localAbspath, java.io.File sourceAbspath, boolean useCommitTimes, boolean recordFileinfo) SVNWCContext.wqBuildFileMove
(java.io.File srcAbspath, java.io.File dstAbspath) SVNWCContext.wqBuildFileMove
(java.io.File anchorPath, java.io.File srcAbspath, java.io.File dstAbspath) SVNWCContext.wqBuildFileRemove
(java.io.File wriAbsPath, java.io.File localAbspath) static SVNSkel
SVNWCContext.wqBuildFileRemove
(SVNWCDb db, java.io.File wriAbspath, java.io.File localAbspath) SVNWCContext.wqBuildPostUpgrade()
SVNWCContext.wqBuildPrejInstall
(java.io.File localAbspath, SVNSkel conflictSkel) static SVNSkel
SVNWCContext.wqBuildPrejInstall
(ISVNWCDb db, java.io.File localAbspath, SVNSkel conflictSkel) SVNWCContext.wqBuildRecordFileinfo
(java.io.File localAbspath, SVNDate setTime) SVNWCContext.wqBuildSetPropertyConflictMarkerTemp
(java.io.File localAbspath, java.io.File prejFile) SVNWCContext.wqBuildSetTextConflictMarkersTmp
(java.io.File localAbspath, java.io.File old, java.io.File neo, java.io.File wrk) SVNWCContext.wqBuildSyncFileFlags
(java.io.File localAbspath) static SVNSkel
SVNWCContext.wqBuildSyncFileFlags
(SVNWCDb db, java.io.File localAbspath) static SVNSkel
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNSkelModifier and TypeMethodDescriptionprivate void
SVNWCContext.appendPropConflict
(java.io.OutputStream stream, SVNSkel propSkel) void
SVNUpdateEditor17.completeConflict
(SVNSkel conflict, java.io.File localAbsPath, java.io.File oldReposRelPath, long oldRevision, java.io.File newReposRelPath, SVNNodeKind localKind, SVNNodeKind targetKind) SVNWCContext.conflictCreateMarker
(SVNSkel conflictSkel, java.io.File localAbsPath) (package private) void
SVNWCContext.conflictSkelAddPropConflict
(SVNSkel skel, java.lang.String propName, SVNPropertyValue baseVal, SVNPropertyValue mineVal, SVNPropertyValue toVal, SVNPropertyValue fromVal) private SVNSkel
SVNTreeConflictEditor.createConflictMarkers
(java.io.File localAbsPath, java.io.File reposRelPath, SVNSkel conflictSkel, SVNOperation operation, SVNTreeConflictEditor.WorkingNodeVersion oldNodeVersion, SVNTreeConflictEditor.WorkingNodeVersion newNodeVersion, SVNNodeKind kind) java.io.File
SVNWCContext.createPrejFile
(java.io.File localAbspath, SVNSkel conflictSkel) private void
SVNWCContext.dispatchWorkItem
(java.io.File wcRootAbspath, SVNSkel workItem) void
SVNWCContext.invokeConflictResolver
(java.io.File localAbsPath, SVNSkel conflictSkel, ISVNConflictHandler conflictHandler, ISVNCanceller canceller) private static boolean
SVNWCContext.isSingleWorkItem
(SVNSkel workItem) private SVNPropertyValue
SVNWCContext.maybePropValue
(java.lang.String propname, SVNSkel child) SVNWCContext.merge
(SVNSkel workItems, SVNSkel conflictSkel, java.io.File leftAbspath, java.io.File rightAbspath, java.io.File targetAbspath, java.io.File wriAbspath, java.lang.String leftLabel, java.lang.String rightLabel, java.lang.String targetLabel, SVNProperties oldActualProps, boolean dryRun, SVNDiffOptions options, SVNProperties propDiff) private java.lang.String
SVNWCContext.messageFromSkel
(SVNSkel skel) void
SVNWCContext.RunBaseRemove.runOperation
(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) void
SVNWCContext.RunDirInstall.runOperation
(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) void
SVNWCContext.RunDirRemove.runOperation
(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) void
SVNWCContext.RunFileCommit.runOperation
(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) void
SVNWCContext.RunFileInstall.runOperation
(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) void
SVNWCContext.RunFileMove.runOperation
(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) void
SVNWCContext.RunFileRemove.runOperation
(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) void
SVNWCContext.RunFileTranslate.runOperation
(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) void
SVNWCContext.RunPostUpgrade.runOperation
(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) void
SVNWCContext.RunPrejInstall.runOperation
(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) void
SVNWCContext.RunRecordFileInfo.runOperation
(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) void
SVNWCContext.RunSetPropertyConflictMarkerTemp.runOperation
(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) void
SVNWCContext.RunSetTextConflictMarkersTemp.runOperation
(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) void
SVNWCContext.RunSyncFileFlags.runOperation
(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) void
SVNWCContext.RunWorkQueueOperation.runOperation
(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem) SVNTreeConflictEditor.updateWorkingProps
(SVNSkel conflictSkel, java.io.File localAbsPath, SVNTreeConflictEditor.WorkingNodeVersion oldNodeVersion, SVNTreeConflictEditor.WorkingNodeVersion newNodeVersion) SVNWCContext.wqBuildPrejInstall
(java.io.File localAbspath, SVNSkel conflictSkel) static SVNSkel
SVNWCContext.wqBuildPrejInstall
(ISVNWCDb db, java.io.File localAbspath, SVNSkel conflictSkel) static SVNSkel
-
Uses of SVNSkel in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as SVNSkelModifier and TypeFieldDescriptionSVNWCDb.BaseRemove.conflict
SVNWCDb.Delete.conflict
SVNWCDb.InsertBase.conflict
SVNWCDb.InsertWorking.conflict
(package private) SVNSkel
SVNWCDb.SetProperties.conflict
(package private) SVNSkel
SVNWCDb.MakeCopy.conflicts
ISVNWCDb.WCDbWorkQueueInfo.workItem
SVNWCDb.BaseRemove.workItems
SVNWCDb.Commit.workItems
SVNWCDb.Delete.workItems
SVNWCDb.HandleMoveBack.workItems
SVNWCDb.InsertBase.workItems
SVNWCDb.InsertWorking.workItems
(package private) SVNSkel
SVNWCDb.MakeCopy.workItems
(package private) SVNSkel
SVNWCDb.SetProperties.workItems
Methods in org.tmatesoft.svn.core.internal.wc17.db that return SVNSkelModifier and TypeMethodDescriptionstatic SVNSkel
SvnWcDbConflicts.convertToConflictSkel
(java.io.File wcRootAbsPath, SVNWCDb db, java.lang.String localRelpath, java.lang.String conflictOld, java.lang.String conflictWorking, java.lang.String conflictNew, java.lang.String propReject, byte[] treeConflictData) static SVNSkel
SvnWcDbConflicts.convertToConflictSkel
(java.lang.String conflictOld, java.lang.String conflictWorking, java.lang.String conflictNew, java.lang.String propReject, byte[] treeConflictData) static SVNSkel
SvnWcDbConflicts.createConflictMarkers
(ISVNWCDb db, java.io.File localAbsPath, SVNSkel conflictSkel) static SVNSkel
SvnWcDbConflicts.createConflictSkel()
static SVNSkel
SvnWcDbConflicts.getConflict
(SVNSkel conflictSkel, SvnWcDbConflicts.ConflictKind kind) private static SVNSkel
SvnWcDbConflicts.getOperation
(SVNSkel conflictSkel) ISVNWCDb.readConflict
(java.io.File localAbsPath) SVNWCDb.readConflict
(java.io.File localAbsPath) static SVNSkel
SvnWcDbConflicts.readConflict
(SVNWCDb db, java.io.File localAbspath) SVNWCDb.readConflictInternal
(SVNWCDbRoot wcRoot, java.io.File localRelPath) static SVNSkel
SvnWcDbConflicts.readConflictInternal
(SVNWCDbRoot wcRoot, java.io.File localRelPath) private SVNSkel
SVNWCDb.readConflictInternal17
(SVNWCDbRoot wcRoot, java.io.File localRelPath) private static SVNSkel
SvnWcDbConflicts.readConflictOperation
(SVNSkel conflictSkel) static SVNSkel
SvnWcDbConflicts.treeConflictDescriptionToSkel
(ISVNWCDb db, java.io.File wriAbsPath, SVNTreeConflictDescription conflictDescription) static SVNSkel
SvnWcDbConflicts.upgradeConflictSkelFromRaw
(ISVNWCDb db, java.io.File wriAbsPath, java.io.File localRelPath, java.lang.String conflictOld, java.lang.String conflictWork, java.lang.String conflictNew, java.io.File prejFile, SVNSkel oldTreeConflictData) Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNSkelModifier and TypeMethodDescriptionvoid
ISVNWCDb.addBaseDirectory
(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.util.List<java.io.File> children, SVNDepth depth, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties actualProps, java.util.Map<java.lang.String, SVNProperties> iprops, SVNSkel workItems) Add or replace a directory in the BASE tree.void
SVNWCDb.addBaseDirectory
(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.util.List<java.io.File> children, SVNDepth depth, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties actualProps, java.util.Map<java.lang.String, SVNProperties> iprops, SVNSkel workItems) void
ISVNWCDb.addBaseExcludedNode
(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, ISVNWCDb.SVNWCDbStatus status, SVNSkel conflict, SVNSkel workItems) Create a node in the BASE tree that is present in name only.void
SVNWCDb.addBaseExcludedNode
(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, ISVNWCDb.SVNWCDbStatus status, SVNSkel conflict, SVNSkel workItems) void
ISVNWCDb.addBaseFile
(java.io.File localAbspath, java.io.File reposRelpath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum checksum, SVNProperties davCache, boolean deleteWorking, boolean updateActualProps, SVNProperties actualProps, boolean keepRecordedInfo, boolean insertBaseDeleted, java.util.Map<java.lang.String, SVNProperties> iprops, SVNSkel conflict, SVNSkel workItems) Add or replace a file in the BASE tree.void
SVNWCDb.addBaseFile
(java.io.File localAbspath, java.io.File reposRelpath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum checksum, SVNProperties davCache, boolean deleteWorking, boolean updateActualProps, SVNProperties actualProps, boolean keepRecordedInfo, boolean insertBaseDeleted, java.util.Map<java.lang.String, SVNProperties> iprops, SVNSkel conflict, SVNSkel workItems) void
ISVNWCDb.addBaseNotPresentNode
(java.io.File localAbspath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, SVNSkel conflict, SVNSkel workItems) void
SVNWCDb.addBaseNotPresentNode
(java.io.File localAbspath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, SVNSkel conflict, SVNSkel workItems) void
ISVNWCDb.addBaseSymlink
(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File target, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties acutalProps, SVNSkel workItems) Add or replace a symlink in the BASE tree.void
SVNWCDb.addBaseSymlink
(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File target, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties acutalProps, SVNSkel workItems) private void
SVNWCDb.addExcludedOrNotPresentNode
(java.io.File localAbspath, java.io.File reposRelpath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, ISVNWCDb.SVNWCDbStatus status, SVNSkel conflict, SVNSkel workItems) static void
SvnWcDbExternals.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
SvnWcDbExternals.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) private static void
SvnWcDbConflicts.addPropConflict
(SVNSkel skel, java.lang.String propReject) static void
SvnWcDbConflicts.addPropConflict
(SVNSkel skel, java.lang.String propName, SVNPropertyValue originalVal, SVNPropertyValue mineVal, SVNPropertyValue incomingVal, SVNPropertyValue incomingBaseVal) static void
SvnWcDbConflicts.addPropConflict
(SVNSkel skel, ISVNWCDb db, java.io.File wriAbsPath, java.io.File markerAbsPath, SVNProperties mineProps, SVNProperties theirOldProps, SVNProperties theirProps, java.util.Collection<java.lang.String> conflictedPropNames) private static void
SVNWCDb.addSingleWorkItem
(SVNSqlJetDb sDb, SVNSkel workItem) private static void
SvnWcDbConflicts.addTextConflict
(SVNSkel skel, java.lang.String mineRelPath, java.lang.String theirOldRelPath, java.lang.String theirRelPath) static void
SvnWcDbConflicts.addTextConflict
(SVNSkel skel, ISVNWCDb db, java.io.File wriAbsPath, java.io.File mineAbsPath, java.io.File theirOldAbsPath, java.io.File theirAbsPath) static void
SvnWcDbConflicts.addTreeConflict
(SVNSkel skel, ISVNWCDb db, java.io.File wriAbsPath, SVNConflictReason localChange, SVNConflictAction incomingChange, java.io.File moveSrcOpRootAbsPath) private static void
SvnWcDbConflicts.addTreeConflict
(SVNSkel skel, SVNConflictReason localChange, SVNConflictAction incomingChange) static void
SVNWCDb.addWorkItems
(SVNSqlJetDb sDb, SVNSkel skel) void
ISVNWCDb.addWorkQueue
(java.io.File wcRootAbsPath, SVNSkel workItem) In the WCROOT associated with DB and WRI_ABSPATH, add WORK_ITEM to the wcroot's work queue.void
SVNWCDb.addWorkQueue
(java.io.File wcRootAbsPath, SVNSkel workItem) static void
SvnWcDbConflicts.conflictSkelOpMerge
(SVNSkel conflictSkel, SVNConflictVersion original, SVNConflictVersion target) static void
SvnWcDbConflicts.conflictSkelOpSwitch
(SVNSkel conflictSkel, SVNConflictVersion original, SVNConflictVersion target) static void
SvnWcDbConflicts.conflictSkelOpUpdate
(SVNSkel conflictSkel, SVNConflictVersion original, SVNConflictVersion target) static boolean
SvnWcDbConflicts.conflictSkelResolve
(SVNSkel conflictSkel, ISVNWCDb db, java.io.File wriAbsPAth, boolean resolveText, java.lang.String resolveProp, boolean resolveTree) static java.util.List<SVNWCConflictDescription17>
SvnWcDbConflicts.convertFromSkel
(SVNWCDb db, java.io.File localAbsPath, boolean createTempFiles, SVNSkel conflictSkel) static void
SvnWcDbCopy.copy
(SVNWCDbDir srcPdh, java.io.File localSrcRelpath, SVNWCDbDir dstPdh, java.io.File localDstRelpath, java.io.File dstOpRootRelPath, boolean isMove, SVNSkel workItems) static void
SvnWcDbCopy.copyDir
(SVNWCDbDir pdh, java.io.File localRelpath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, java.util.List<java.io.File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems) static void
SvnWcDbCopy.copyFile
(SVNWCDbDir pdh, java.io.File localRelpath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, SvnChecksum checksum, boolean updateActualProps, SVNProperties newActualProps, SVNSkel conflict, SVNSkel workItems) static SVNSkel
SvnWcDbConflicts.createConflictMarkers
(ISVNWCDb db, java.io.File localAbsPath, SVNSkel conflictSkel) private static void
SvnWcDbCopy.doCopy
(SVNWCDbDir srcPdh, java.io.File localSrcRelpath, SVNWCDbDir dstPdh, java.io.File localDstRelpath, java.io.File dstOpRootRelPath, boolean isMove, SVNSkel workItems) static SVNSkel
SvnWcDbConflicts.getConflict
(SVNSkel conflictSkel, SvnWcDbConflicts.ConflictKind kind) private static SVNSkel
SvnWcDbConflicts.getOperation
(SVNSkel conflictSkel) void
ISVNWCDb.globalCommit
(java.io.File localAbspath, long newRevision, long changedRevision, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum newChecksum, java.util.List<java.io.File> newChildren, SVNProperties newDavCache, boolean keepChangelist, boolean noUnlock, SVNSkel workItems) Collapse the WORKING and ACTUAL tree changes down into BASE, called for each committed node.void
SVNWCDb.globalCommit
(java.io.File localAbspath, long newRevision, long changedRevision, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum newChecksum, java.util.List<java.io.File> newChildren, SVNProperties newDavCache, boolean keepChangelist, boolean noUnlock, SVNSkel workItems) private static boolean
SvnWcDbConflicts.hasConflictKind
(SVNSkel conflictSkel, SvnWcDbConflicts.ConflictKind kind) static boolean
SvnWcDbConflicts.isConflictSkelComplete
(SVNSkel skel) void
SVNWCDb.markConflictInternal
(SVNWCDbRoot wcRoot, java.io.File localRelPath, SVNSkel conflictSkel) private void
SVNWCDb.markConflictInternal17
(SVNWCDbRoot wcRoot, java.io.File localRelPath, SVNSkel conflictSkel) void
ISVNWCDb.opAddDirectory
(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems) Add a new versioned directory.void
SVNWCDb.opAddDirectory
(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems) void
ISVNWCDb.opAddFile
(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems) As a new file, there are no properties.void
SVNWCDb.opAddFile
(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems) void
ISVNWCDb.opAddSymlink
(java.io.File localAbsPath, java.io.File target, SVNProperties props, SVNSkel workItems) void
SVNWCDb.opAddSymlink
(java.io.File localAbsPath, java.io.File target, SVNProperties props, SVNSkel workItems) void
ISVNWCDb.opCopy
(java.io.File srcAbsPath, java.io.File dstAbsPath, java.io.File dstOpRootAbsPath, boolean isMove, SVNSkel workItems) svn cp WCPATH WCPATH ...void
SVNWCDb.opCopy
(java.io.File srcAbsPath, java.io.File dstAbsPath, java.io.File dstOpRootAbsPath, boolean isMove, SVNSkel workItems) void
ISVNWCDb.opCopyDir
(java.io.File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, java.util.List<java.io.File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems) Record a copy at LOCAL_ABSPATH from a repository directory.void
SVNWCDb.opCopyDir
(java.io.File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, java.util.List<java.io.File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems) void
ISVNWCDb.opCopyFile
(java.io.File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, SvnChecksum checksum, boolean updateActualProps, SVNProperties newActualProps, SVNSkel conflict, SVNSkel workItems) Record a copy at LOCAL_ABSPATH from a repository file.void
SVNWCDb.opCopyFile
(java.io.File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, SvnChecksum checksum, boolean updateActualProps, SVNProperties newActualProps, SVNSkel conflict, SVNSkel workItems) void
ISVNWCDb.opDelete
(java.io.File localAbsPath, java.io.File movedToAbsPath, boolean deleteDirExternals, SVNSkel conflict, SVNSkel workItems, ISVNEventHandler handler) void
SVNWCDb.opDelete
(java.io.File localAbsPath, java.io.File movedToAbsPath, boolean deleteDirExternals, SVNSkel conflict, SVNSkel workItems, ISVNEventHandler eventHandler) boolean
ISVNWCDb.opHandleMoveBack
(java.io.File localAbsPath, java.io.File movedFromAbsPath, SVNSkel workItems) boolean
SVNWCDb.opHandleMoveBack
(java.io.File localAbsPath, java.io.File movedFromAbsPath, SVNSkel workItems) void
SVNWCDb.opMakeCopy
(java.io.File localAbspath, SVNSkel conflicts, SVNSkel workItems) void
ISVNWCDb.opMarkConflict
(java.io.File localAbspath, SVNSkel conflictSkel, SVNSkel workItems) void
SVNWCDb.opMarkConflict
(java.io.File localAbspath, SVNSkel conflictSkel, SVNSkel workItems) void
ISVNWCDb.opMarkResolved
(java.io.File localAbspath, boolean resolvedText, boolean resolvedProps, boolean resolvedTree, SVNSkel workItems) caller maintains ACTUAL, and how the resolution occurred.void
SVNWCDb.opMarkResolved
(java.io.File localAbspath, boolean resolvedText, boolean resolvedProps, boolean resolvedTree, SVNSkel workItems) void
ISVNWCDb.opSetNewDirToIncompleteTemp
(java.io.File localAbspath, java.io.File reposRelpath, SVNURL reposRootURL, java.lang.String reposUuid, long revision, SVNDepth depth, boolean insertBaseDeleted, boolean deleteWorking, SVNSkel conflict, SVNSkel workItems) void
SVNWCDb.opSetNewDirToIncompleteTemp
(java.io.File localAbspath, java.io.File reposRelpath, SVNURL reposRootURL, java.lang.String reposUuid, long revision, SVNDepth depth, boolean insertBaseDeleted, boolean deleteWorking, SVNSkel conflict, SVNSkel workItems) void
ISVNWCDb.opSetProps
(java.io.File localAbsPath, SVNProperties props, SVNSkel conflict, boolean clearRecordedInfo, SVNSkel workItems) Set the properties of the node LOCAL_ABSPATH in the ACTUAL tree to PROPS.void
SVNWCDb.opSetProps
(java.io.File localAbsPath, SVNProperties props, SVNSkel conflict, boolean clearRecordedInfo, SVNSkel workItems) static void
SvnWcDbConflicts.prependLocation
(SVNSkel skel, SVNConflictVersion location) static void
SvnWcDbConflicts.prependPropValue
(SVNPropertyValue fromVal, SVNSkel skel) SvnWcDbConflicts.readConflictInfo
(SVNSkel conflictSkel) private static SVNConflictVersion
SvnWcDbConflicts.readConflictLocation
(SVNSkel locationSkel) static java.util.List<java.io.File>
SvnWcDbConflicts.readConflictMarkers
(SVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel) private static SVNSkel
SvnWcDbConflicts.readConflictOperation
(SVNSkel conflictSkel) SvnWcDbConflicts.readPropertyConflict
(ISVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel) static void
SvnWcDbConflicts.readPropertyConflicts
(java.util.List<SVNWCConflictDescription17> target, SVNWCDb db, java.io.File localAbsPath, SVNSkel conflictSkel, boolean createTempFiles, SVNOperation operation, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion) SvnWcDbConflicts.readTextConflict
(ISVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel) SvnWcDbConflicts.readTreeConflict
(ISVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel) void
ISVNWCDb.removeBase
(java.io.File localAbsPath, boolean keepAsWorking, boolean queueDeletes, boolean removeLocks, long notPresentRevision, SVNSkel conflict, SVNSkel workItems) void
SVNWCDb.removeBase
(java.io.File localAbsPath, boolean keepAsWorking, boolean queueDeletes, boolean removeLocks, long notPresentRevision, SVNSkel conflict, SVNSkel workItems) static void
SvnWcDbExternals.removeExternalNode
(SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, SVNSkel workItems) static void
SvnWcDbConflicts.setConflictOperation
(SVNSkel skel, SVNOperation operation, SVNConflictVersion original, SVNConflictVersion target) private long
SVNWCDb.updateActualConflict17
(SVNWCDbRoot wcRoot, java.io.File localRelpath, SVNSkel conflicts, boolean resolvedAll) static SVNSkel
SvnWcDbConflicts.upgradeConflictSkelFromRaw
(ISVNWCDb db, java.io.File wriAbsPath, java.io.File localRelPath, java.lang.String conflictOld, java.lang.String conflictWork, java.lang.String conflictNew, java.io.File prejFile, SVNSkel oldTreeConflictData) void
-
Uses of SVNSkel in org.tmatesoft.svn.core.internal.wc17.db.statement17
Methods in org.tmatesoft.svn.core.internal.wc17.db.statement17 that return SVNSkelModifier and TypeMethodDescriptionprivate SVNSkel
SvnRevertActualNodesTrigger17.getConflictSkel
(org.tmatesoft.sqljet.core.table.ISqlJetCursor cursor) -
Uses of SVNSkel in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as SVNSkel -
Uses of SVNSkel in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as SVNSkelMethods in org.tmatesoft.svn.core.wc2 that return SVNSkelMethods in org.tmatesoft.svn.core.wc2 with parameters of type SVNSkelModifier and TypeMethodDescriptionvoid
SvnMergeResult.setConflictSkel
(SVNSkel conflictSkel) Sets conflict.