Uses of Interface
org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb
Packages that use ISVNWCDb
Package
Description
-
Uses of ISVNWCDb in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as ISVNWCDbMethods in org.tmatesoft.svn.core.internal.wc17 that return ISVNWCDbMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNWCDbModifier and TypeMethodDescriptionprivate static SVNSkelSVNWCContext.saveMergeResult(ISVNWCDb db, java.io.File localAbsPath, java.io.File sourceAbsPath) static SVNSkelSVNWCContext.wqBuildPrejInstall(ISVNWCDb db, java.io.File localAbspath, SVNSkel conflictSkel) static voidSVNWCContext.writeCheck(ISVNWCDb db, java.io.File localAbspath) Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNWCDb -
Uses of ISVNWCDb in org.tmatesoft.svn.core.internal.wc17.db
Classes in org.tmatesoft.svn.core.internal.wc17.db that implement ISVNWCDbMethods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type ISVNWCDbModifier and TypeMethodDescriptionstatic voidSvnWcDbConflicts.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) static voidSvnWcDbConflicts.addTextConflict(SVNSkel skel, ISVNWCDb db, java.io.File wriAbsPath, java.io.File mineAbsPath, java.io.File theirOldAbsPath, java.io.File theirAbsPath) static voidSvnWcDbConflicts.addTreeConflict(SVNSkel skel, ISVNWCDb db, java.io.File wriAbsPath, SVNConflictReason localChange, SVNConflictAction incomingChange, java.io.File moveSrcOpRootAbsPath) private voidSVNWCDb.BumpRevisionPostUpdate.bumpMovedAway(SVNWCDbRoot wcRoot, java.io.File localRelPath, int opDepth, java.util.Set<java.io.File> srcDone, SVNDepth depth, ISVNWCDb db) static booleanSvnWcDbConflicts.conflictSkelResolve(SVNSkel conflictSkel, ISVNWCDb db, java.io.File wriAbsPAth, boolean resolveText, java.lang.String resolveProp, boolean resolveTree) static SVNSkelSvnWcDbConflicts.createConflictMarkers(ISVNWCDb db, java.io.File localAbsPath, SVNSkel conflictSkel) static SVNNodeKindSvnWcDbConflicts.readPropertyConflict(ISVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel) SvnWcDbConflicts.readTextConflict(ISVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel) SvnWcDbConflicts.readTreeConflict(ISVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel) static SVNSkelSvnWcDbConflicts.treeConflictDescriptionToSkel(ISVNWCDb db, java.io.File wriAbsPath, SVNTreeConflictDescription conflictDescription) static SVNSkelSvnWcDbConflicts.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) -
Uses of ISVNWCDb in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as ISVNWCDbModifier and TypeFieldDescriptionprivate ISVNWCDbSvnDiffEditor.dbprivate final ISVNWCDbSvnDiffStatusReceiver.dbprivate final ISVNWCDbSvnNgDiffUtil.DiffStatusCallback.dbMethods in org.tmatesoft.svn.core.internal.wc2.ng that return ISVNWCDbMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISVNWCDbModifier and TypeMethodDescriptionprotected static voidSvnNgDiffUtil.diffBaseOnlyDirectory(java.io.File localAbsPath, java.io.File relPath, long revision, SVNDepth depth, ISVNWCDb db, ISvnDiffCallback2 callback) protected static voidSvnNgDiffUtil.diffBaseOnlyFile(java.io.File localAbsPath, java.io.File relPath, long revision, ISVNWCDb db, ISvnDiffCallback2 callback) private voidprivate ISVNWCDb.SVNWCDbKindprivate voidprivate java.util.List<java.io.File>SvnNgMarkReplaced.markDeletedRecursively(ISVNWCDb db, java.io.File path) private voidSvnNgWcToWcCopy.removeAllConflictMarkers(ISVNWCDb db, java.io.File srcDirAbsPath, java.io.File wcDirAbsPath) private voidSvnNgWcToWcCopy.removeNodeConflictMarkers(ISVNWCDb db, java.io.File srcAbsPath, java.io.File nodeAbsPath) Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISVNWCDbModifierConstructorDescriptionSvnDiffStatusReceiver(SVNWCContext context, java.io.File anchor, ISVNWCDb db, ISvnDiffCallback callback, boolean ignoreAncestry, boolean showCopiesAsAdds, boolean gitFormat, java.util.Collection<java.lang.String> changelists) -
Uses of ISVNWCDb in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type ISVNWCDbModifier and TypeMethodDescriptionprivate static voidSvnOldUpgradeEntries.insertActualNode(SVNSqlJetDb sDb, ISVNWCDb db, java.io.File wriAbsPath, SvnOldUpgradeEntries.DbActualNode actualNode, int targetWorkingCopyFormat) private static voidSvnOldUpgradeEntries.writeActualOnlyEntries(java.util.Map<java.lang.String, java.lang.String> treeConflicts, SVNSqlJetDb sDb, ISVNWCDb db, java.io.File wriAbsPath, long wcId, java.lang.String dirRelPath, int targetWorkingCopyFormat)