Uses of Class
org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess
Packages that use SVNWCAccess
Package
Description
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
-
Uses of SVNWCAccess in org.tmatesoft.svn.core.internal.util
Methods in org.tmatesoft.svn.core.internal.util with parameters of type SVNWCAccessModifier and TypeMethodDescriptionstatic void
SVNMergeInfoUtil.elideMergeInfo
(Map parentMergeInfo, Map childMergeInfo, File path, String pathSuffix, SVNWCAccess access) -
Uses of SVNWCAccess in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNWCAccessModifier and TypeFieldDescriptionprivate SVNWCAccess
SVNAmbientDepthFilterEditor.myWCAccess
private SVNWCAccess
SVNCopyDriver.myWCAccess
private SVNWCAccess
SVNDiffEditor.myWCAccess
protected SVNWCAccess
SVNMergeDriver.myWCAccess
private SVNWCAccess
SVNStatusEditor.myWCAccess
private SVNWCAccess
SVNUpdateEditor.myWCAccess
private SVNWCAccess
SVNUpdateEditor15.myWCAccess
Methods in org.tmatesoft.svn.core.internal.wc that return SVNWCAccessModifier and TypeMethodDescriptionstatic SVNWCAccess
SVNCommitUtil.createCommitWCAccess
(File[] paths, SVNDepth depth, boolean force, Collection relativePaths, SVNStatusClient16 statusClient) static SVNWCAccess[]
SVNCommitUtil.createCommitWCAccess2
(File[] paths, SVNDepth depth, boolean force, Map relativePathsMap, SVNStatusClient16 statusClient) protected SVNWCAccess
AbstractDiffCallback.getWCAccess()
private SVNWCAccess
SVNCopyDriver.getWCAccess()
protected SVNWCAccess
SVNStatusEditor.getWCAccess()
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNWCAccessModifier and TypeMethodDescriptionstatic SVNStatus
SVNStatusUtil.assembleStatus
(File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored, Map repositoryLocks, SVNURL reposRoot, SVNWCAccess wcAccess) private Map
SVNCopyDriver.calculateTargetMergeInfo
(File srcFile, SVNWCAccess access, SVNURL srcURL, long srcRevision, SVNRepository repository, boolean noReposAccess) private void
SVNCopyDriver.close
(SVNWCAccess access) private void
SVNCopyDriver.copyAddedDirAdm
(File src, SVNWCAccess srcAccess, File dstParent, SVNWCAccess dstParentAccess, String dstName, boolean isAdded) private void
SVNCopyDriver.copyAddedFileAdm
(File src, SVNWCAccess srcAccess, SVNWCAccess dstAccess, File dstParent, String dstName, boolean isAdded) private void
SVNCopyDriver.copyDirAdm
(File src, SVNWCAccess srcAccess, SVNWCAccess dstAccess, File dstParent, String dstName) private void
SVNCopyDriver.copyDisjointDir
(File nestedWC, SVNWCAccess parentAccess, File nestedWCParent) private void
SVNCopyDriver.copyFileAdm
(File src, SVNWCAccess srcAccess, File dstParent, SVNWCAccess dstAccess, String dstName, boolean move) private void
SVNCopyDriver.copyFiles
(File src, File dstParent, SVNWCAccess dstAccess, String dstName, boolean move) private void
SVNCopyDriver.copyProps
(File src, File dst, SVNWCAccess srcAccess, SVNWCAccess dstAccess) private void
SVNCopyDriver.copyReposToWC
(SVNCopyDriver.CopyPair pair, boolean sameRepositories, SVNRepository topSrcRepos, SVNWCAccess dstAccess) static void
SVNWCManager.createRevertProperties
(SVNWCAccess access, File path, boolean removeBase) private static void
SVNWCManager.cropChildren
(SVNWCAccess wcAccess, File path, SVNDepth depth) static void
SVNWCManager.delete
(SVNWCAccess wcAccess, SVNAdminArea root, File path, boolean deleteFiles, boolean cancellable) private SVNLocationEntry
SVNCopyDriver.determineCopyFromInfo
(File src, SVNWCAccess srcAccess, SVNEntry srcEntry, SVNEntry dstEntry) static void
SVNWCManager.doDeleteUnversionedFiles
(SVNWCAccess wcAccess, File path, boolean deleteFiles) private void
SVNCopyDriver.extendWCMergeInfo
(File path, SVNEntry entry, Map mergeInfo, SVNWCAccess access) static void
SVNCommitUtil.filterOutFileExternals
(Collection explicitPaths, Map commitables, SVNWCAccess baseAccess) private SVNLocationEntry
SVNCopyDriver.getCopyFromInfoFromParent
(File file, SVNWCAccess access) SVNMergeDriver.getHistoryAsMergeInfo
(SVNURL url, File path, SVNRevision pegRevision, long rangeYoungest, long rangeOldest, SVNRepository repos, SVNWCAccess access) static SVNPropertyValue
SVNPropertiesManager.getProperty
(SVNWCAccess access, File path, String propName) static SVNStatus
SVNStatusUtil.getStatus
(File path, SVNWCAccess wcAccess) private String
SVNCopyDriver.getUUIDFromPath
(SVNWCAccess wcAccess, File path) static SVNPropertyValue
SVNPropertiesManager.getWCProperty
(SVNWCAccess access, File path, String propName) static SVNCommitItem[]
SVNCommitUtil.harvestCommitables
(SVNWCAccess baseAccess, Collection paths, Map lockTokens, boolean justLocked, SVNDepth depth, boolean force, Collection changelists, ISVNCommitParameters params) static SVNStatusType
SVNPropertiesManager.mergeProperties
(SVNWCAccess wcAccess, File path, SVNProperties baseProperties, SVNProperties diff, boolean baseMerge, boolean dryRun) private SVNAdminArea
SVNCopyDriver.open
(SVNWCAccess access, File path, boolean writeLock, boolean stealLock, int depth) private SVNAdminArea
SVNCopyDriver.probeOpen
(SVNWCAccess access, File path, boolean writeLock, int depth) static void
SVNPropertiesManager.recordWCMergeInfo
(File path, Map mergeInfo, SVNWCAccess wcAccess) static boolean
SVNPropertiesManager.setProperty
(SVNWCAccess access, File path, String propName, SVNPropertyValue propValue, boolean skipChecks) protected void
SVNCopyDriver.setWCAccess
(SVNWCAccess access) static boolean
SVNPropertiesManager.setWCProperty
(SVNWCAccess access, File path, String propName, SVNPropertyValue propValue, boolean write) static void
SVNWCManager.updateCleanup
(File path, SVNWCAccess wcAccess, String baseURL, String rootURL, long newRevision, boolean removeMissingDirs, Collection excludePaths, SVNDepth depth, boolean skipUnlocked) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNWCAccessModifierConstructorDescriptionprivate
SVNAmbientDepthFilterEditor
(ISVNEditor delegate, SVNWCAccess wcAccess, File anchor, String target) SVNDiffEditor
(SVNWCAccess wcAccess, SVNAdminAreaInfo info, AbstractDiffCallback callback, boolean useAncestry, boolean reverseDiff, boolean compareToBase, SVNDepth depth, Collection changeLists) SVNRemoteStatusEditor
(ISVNOptions options, SVNWCAccess wcAccess, SVNAdminAreaInfo info, boolean noIgnore, boolean reportAll, SVNDepth depth, ISVNStatusHandler handler) SVNStatusEditor
(ISVNOptions options, SVNWCAccess wcAccess, SVNAdminAreaInfo info, boolean noIgnore, boolean reportAll, SVNDepth depth, ISVNStatusHandler handler) -
Uses of SVNWCAccess in org.tmatesoft.svn.core.internal.wc.admin
Fields in org.tmatesoft.svn.core.internal.wc.admin declared as SVNWCAccessModifier and TypeFieldDescriptionprivate SVNWCAccess
SVNAdminAreaInfo.myAccess
private SVNWCAccess
SVNAdminArea.myWCAccess
private SVNWCAccess
SVNWCAccess.TCEntryHandler.myWCAccess
Methods in org.tmatesoft.svn.core.internal.wc.admin that return SVNWCAccessModifier and TypeMethodDescriptionSVNAdminArea.getWCAccess()
SVNAdminAreaInfo.getWCAccess()
static SVNWCAccess
SVNWCAccess.newInstance
(ISVNEventHandler eventHandler) Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNWCAccessModifier and TypeMethodDescriptionvoid
SVNAdminArea.setWCAccess
(SVNWCAccess wcAccess) void
SVNAdminAreaInfo.setWCAccess
(SVNWCAccess wcAccess) Constructors in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNWCAccessModifierConstructorDescriptionSVNAdminAreaInfo
(SVNWCAccess access, SVNAdminArea anchor, SVNAdminArea target, String targetName) TCEntryHandler
(File target, SVNWCAccess wcAccess, ISVNEntryHandler delegate, SVNDepth depth) -
Uses of SVNWCAccess in org.tmatesoft.svn.core.internal.wc16
Fields in org.tmatesoft.svn.core.internal.wc16 declared as SVNWCAccessModifier and TypeFieldDescriptionprivate SVNWCAccess
SVNChangelistClient16.SVNChangeListWalker.myWCAccess
Methods in org.tmatesoft.svn.core.internal.wc16 that return SVNWCAccessModifier and TypeMethodDescriptionprotected SVNWCAccess
SVNBasicDelegate.createWCAccess()
protected SVNWCAccess
SVNBasicDelegate.createWCAccess
(String pathPrefix) Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNWCAccessModifier and TypeMethodDescriptionprivate SVNAdminArea
SVNWCClient16.addParentDirectories
(SVNWCAccess wcAccess, File path) private SVNURL
SVNWCClient16.collectLockInfo
(SVNWCAccess wcAccess, File[] files, Map lockInfo, Map lockPaths, boolean lock, boolean stealLock) protected SVNRepository
SVNBasicDelegate.createRepository
(SVNURL url, File path, SVNWCAccess access, boolean mayReuse) protected SVNURL
SVNBasicDelegate.deriveLocation
(File path, SVNURL url, long[] pegRevisionNumber, SVNRevision pegRevision, SVNRepository repos, SVNWCAccess access) private long
SVNUpdateClient16.doSwitchImpl
(SVNWCAccess wcAccess, File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) protected void
SVNBasicDelegate.elideMergeInfo
(SVNWCAccess access, File path, SVNEntry entry, File wcElisionLimitPath) protected String
SVNBasicDelegate.getPathRelativeToRoot
(File path, SVNURL url, SVNURL reposRootURL, SVNWCAccess wcAccess, SVNRepository repos) SVNBasicDelegate.getReposRoot
(File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access) Returns the root of the repository.private void
SVNUpdateClient16.handleExternalChange
(SVNWCAccess access, String targetDir, SVNUpdateClient16.ExternalDiff externalDiff) oldURL is null when externals is added: jsvn ps svn:externals "path URL" .private void
SVNUpdateClient16.handleExternalItemChange
(SVNWCAccess access, String targetDir, SVNUpdateClient16.ExternalDiff externalDiff) private void
SVNUpdateClient16.handleExternals
(SVNWCAccess wcAccess, File root, Map oldExternals, Map newExternals, Map depths, SVNURL fromURL, SVNURL rootURL, SVNDepth requestedDepth, boolean isExport, boolean updateUnchanged) protected void
SVNBasicDelegate.setCommitItemAccess
(SVNCommitItem item, SVNWCAccess access) private void
SVNUpdateClient16.switchFileExternal
(SVNWCAccess wcAccess, File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNURL reposRootURL) Constructors in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNWCAccessModifierConstructorDescriptionSVNChangeListWalker
(SVNWCAccess wcAccess, String changelistName, Collection changelists) -
Uses of SVNWCAccess in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as SVNWCAccessModifier and TypeFieldDescriptionprivate SVNWCAccess
SVNWCDbDir.admAccess
Hold onto the old-style access baton that corresponds to this PDH.Methods in org.tmatesoft.svn.core.internal.wc17.db that return SVNWCAccess -
Uses of SVNWCAccess in org.tmatesoft.svn.core.internal.wc2.old
Fields in org.tmatesoft.svn.core.internal.wc2.old declared as SVNWCAccessMethods in org.tmatesoft.svn.core.internal.wc2.old that return SVNWCAccessModifier and TypeMethodDescriptionprotected SVNWCAccess
SvnOldRepositoryAccess.createWCAccess()
private SVNWCAccess
SvnOldUpgrade.getWCAccess()
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNWCAccessModifier and TypeMethodDescriptionprotected SVNURL
SvnOldRepositoryAccess.deriveLocation
(File path, SVNURL url, long[] pegRevisionNumber, SVNRevision pegRevision, SVNRepository repos, SVNWCAccess access) static boolean
SvnOldUpgrade.getVersionedSubdirs
(SVNWCAccess access, File localAbsPath, ArrayList<File> children, boolean isCalculateDoDeleteDir, boolean isSkipMissing) SvnOldUpgrade.readEntries
(SVNWCAccess access, File localAbsPath) -
Uses of SVNWCAccess in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNWCAccessMethods in org.tmatesoft.svn.core.wc that return SVNWCAccessModifier and TypeMethodDescriptionSVNCommitItem.getWCAccess()
This method is not intended for users (from an API point of view).Methods in org.tmatesoft.svn.core.wc with parameters of type SVNWCAccessModifier and TypeMethodDescriptionSVNBasicClient.getReposRoot
(File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access) Deprecated.void
SVNCommitItem.setWCAccess
(SVNWCAccess wcAccess) Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNWCAccessModifierConstructorDescriptionSVNCommitPacket
(SVNWCAccess wcAccess, SVNCommitItem[] items, Map lockTokens)