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 voidSVNMergeInfoUtil.elideMergeInfo(java.util.Map parentMergeInfo, java.util.Map childMergeInfo, java.io.File path, java.lang.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 SVNWCAccessSVNAmbientDepthFilterEditor.myWCAccessprivate SVNWCAccessSVNCopyDriver.myWCAccessprivate SVNWCAccessSVNDiffEditor.myWCAccessprotected SVNWCAccessSVNMergeDriver.myWCAccessprivate SVNWCAccessSVNStatusEditor.myWCAccessprivate SVNWCAccessSVNUpdateEditor.myWCAccessprivate SVNWCAccessSVNUpdateEditor15.myWCAccessMethods in org.tmatesoft.svn.core.internal.wc that return SVNWCAccessModifier and TypeMethodDescriptionstatic SVNWCAccessSVNCommitUtil.createCommitWCAccess(java.io.File[] paths, SVNDepth depth, boolean force, java.util.Collection relativePaths, SVNStatusClient16 statusClient) static SVNWCAccess[]SVNCommitUtil.createCommitWCAccess2(java.io.File[] paths, SVNDepth depth, boolean force, java.util.Map relativePathsMap, SVNStatusClient16 statusClient) protected SVNWCAccessAbstractDiffCallback.getWCAccess()private SVNWCAccessSVNCopyDriver.getWCAccess()protected SVNWCAccessSVNStatusEditor.getWCAccess()Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNWCAccessModifier and TypeMethodDescriptionstatic SVNStatusSVNStatusUtil.assembleStatus(java.io.File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored, java.util.Map repositoryLocks, SVNURL reposRoot, SVNWCAccess wcAccess) private java.util.MapSVNCopyDriver.calculateTargetMergeInfo(java.io.File srcFile, SVNWCAccess access, SVNURL srcURL, long srcRevision, SVNRepository repository, boolean noReposAccess) private voidSVNCopyDriver.close(SVNWCAccess access) private voidSVNCopyDriver.copyAddedDirAdm(java.io.File src, SVNWCAccess srcAccess, java.io.File dstParent, SVNWCAccess dstParentAccess, java.lang.String dstName, boolean isAdded) private voidSVNCopyDriver.copyAddedFileAdm(java.io.File src, SVNWCAccess srcAccess, SVNWCAccess dstAccess, java.io.File dstParent, java.lang.String dstName, boolean isAdded) private voidSVNCopyDriver.copyDirAdm(java.io.File src, SVNWCAccess srcAccess, SVNWCAccess dstAccess, java.io.File dstParent, java.lang.String dstName) private voidSVNCopyDriver.copyDisjointDir(java.io.File nestedWC, SVNWCAccess parentAccess, java.io.File nestedWCParent) private voidSVNCopyDriver.copyFileAdm(java.io.File src, SVNWCAccess srcAccess, java.io.File dstParent, SVNWCAccess dstAccess, java.lang.String dstName, boolean move) private voidSVNCopyDriver.copyFiles(java.io.File src, java.io.File dstParent, SVNWCAccess dstAccess, java.lang.String dstName, boolean move) private voidSVNCopyDriver.copyProps(java.io.File src, java.io.File dst, SVNWCAccess srcAccess, SVNWCAccess dstAccess) private voidSVNCopyDriver.copyReposToWC(SVNCopyDriver.CopyPair pair, boolean sameRepositories, SVNRepository topSrcRepos, SVNWCAccess dstAccess) static voidSVNWCManager.createRevertProperties(SVNWCAccess access, java.io.File path, boolean removeBase) private static voidSVNWCManager.cropChildren(SVNWCAccess wcAccess, java.io.File path, SVNDepth depth) static voidSVNWCManager.delete(SVNWCAccess wcAccess, SVNAdminArea root, java.io.File path, boolean deleteFiles, boolean cancellable) private SVNLocationEntrySVNCopyDriver.determineCopyFromInfo(java.io.File src, SVNWCAccess srcAccess, SVNEntry srcEntry, SVNEntry dstEntry) static voidSVNWCManager.doDeleteUnversionedFiles(SVNWCAccess wcAccess, java.io.File path, boolean deleteFiles) private voidSVNCopyDriver.extendWCMergeInfo(java.io.File path, SVNEntry entry, java.util.Map mergeInfo, SVNWCAccess access) static voidSVNCommitUtil.filterOutFileExternals(java.util.Collection explicitPaths, java.util.Map commitables, SVNWCAccess baseAccess) private SVNLocationEntrySVNCopyDriver.getCopyFromInfoFromParent(java.io.File file, SVNWCAccess access) java.util.MapSVNMergeDriver.getHistoryAsMergeInfo(SVNURL url, java.io.File path, SVNRevision pegRevision, long rangeYoungest, long rangeOldest, SVNRepository repos, SVNWCAccess access) static SVNPropertyValueSVNPropertiesManager.getProperty(SVNWCAccess access, java.io.File path, java.lang.String propName) static SVNStatusSVNStatusUtil.getStatus(java.io.File path, SVNWCAccess wcAccess) private java.lang.StringSVNCopyDriver.getUUIDFromPath(SVNWCAccess wcAccess, java.io.File path) static SVNPropertyValueSVNPropertiesManager.getWCProperty(SVNWCAccess access, java.io.File path, java.lang.String propName) static SVNCommitItem[]SVNCommitUtil.harvestCommitables(SVNWCAccess baseAccess, java.util.Collection paths, java.util.Map lockTokens, boolean justLocked, SVNDepth depth, boolean force, java.util.Collection changelists, ISVNCommitParameters params) static SVNStatusTypeSVNPropertiesManager.mergeProperties(SVNWCAccess wcAccess, java.io.File path, SVNProperties baseProperties, SVNProperties diff, boolean baseMerge, boolean dryRun) private SVNAdminAreaSVNCopyDriver.open(SVNWCAccess access, java.io.File path, boolean writeLock, boolean stealLock, int depth) private SVNAdminAreaSVNCopyDriver.probeOpen(SVNWCAccess access, java.io.File path, boolean writeLock, int depth) static voidSVNPropertiesManager.recordWCMergeInfo(java.io.File path, java.util.Map mergeInfo, SVNWCAccess wcAccess) static booleanSVNPropertiesManager.setProperty(SVNWCAccess access, java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean skipChecks) protected voidSVNCopyDriver.setWCAccess(SVNWCAccess access) static booleanSVNPropertiesManager.setWCProperty(SVNWCAccess access, java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean write) static voidSVNWCManager.updateCleanup(java.io.File path, SVNWCAccess wcAccess, java.lang.String baseURL, java.lang.String rootURL, long newRevision, boolean removeMissingDirs, java.util.Collection excludePaths, SVNDepth depth, boolean skipUnlocked) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNWCAccessModifierConstructorDescriptionprivateSVNAmbientDepthFilterEditor(ISVNEditor delegate, SVNWCAccess wcAccess, java.io.File anchor, java.lang.String target) SVNDiffEditor(SVNWCAccess wcAccess, SVNAdminAreaInfo info, AbstractDiffCallback callback, boolean useAncestry, boolean reverseDiff, boolean compareToBase, SVNDepth depth, java.util.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 SVNWCAccessSVNAdminAreaInfo.myAccessprivate SVNWCAccessSVNAdminArea.myWCAccessprivate SVNWCAccessSVNWCAccess.TCEntryHandler.myWCAccessMethods in org.tmatesoft.svn.core.internal.wc.admin that return SVNWCAccessModifier and TypeMethodDescriptionSVNAdminArea.getWCAccess()SVNAdminAreaInfo.getWCAccess()static SVNWCAccessSVNWCAccess.newInstance(ISVNEventHandler eventHandler) Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNWCAccessModifier and TypeMethodDescriptionvoidSVNAdminArea.setWCAccess(SVNWCAccess wcAccess) voidSVNAdminAreaInfo.setWCAccess(SVNWCAccess wcAccess) Constructors in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNWCAccessModifierConstructorDescriptionSVNAdminAreaInfo(SVNWCAccess access, SVNAdminArea anchor, SVNAdminArea target, java.lang.String targetName) TCEntryHandler(java.io.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 SVNWCAccessSVNChangelistClient16.SVNChangeListWalker.myWCAccessMethods in org.tmatesoft.svn.core.internal.wc16 that return SVNWCAccessModifier and TypeMethodDescriptionprotected SVNWCAccessSVNBasicDelegate.createWCAccess()protected SVNWCAccessSVNBasicDelegate.createWCAccess(java.lang.String pathPrefix) Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNWCAccessModifier and TypeMethodDescriptionprivate SVNAdminAreaSVNWCClient16.addParentDirectories(SVNWCAccess wcAccess, java.io.File path) private SVNURLSVNWCClient16.collectLockInfo(SVNWCAccess wcAccess, java.io.File[] files, java.util.Map lockInfo, java.util.Map lockPaths, boolean lock, boolean stealLock) protected SVNRepositorySVNBasicDelegate.createRepository(SVNURL url, java.io.File path, SVNWCAccess access, boolean mayReuse) protected SVNURLSVNBasicDelegate.deriveLocation(java.io.File path, SVNURL url, long[] pegRevisionNumber, SVNRevision pegRevision, SVNRepository repos, SVNWCAccess access) private longSVNUpdateClient16.doSwitchImpl(SVNWCAccess wcAccess, java.io.File path, SVNURL url, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, boolean allowUnversionedObstructions, boolean depthIsSticky) protected voidSVNBasicDelegate.elideMergeInfo(SVNWCAccess access, java.io.File path, SVNEntry entry, java.io.File wcElisionLimitPath) protected java.lang.StringSVNBasicDelegate.getPathRelativeToRoot(java.io.File path, SVNURL url, SVNURL reposRootURL, SVNWCAccess wcAccess, SVNRepository repos) SVNBasicDelegate.getReposRoot(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access) Returns the root of the repository.private voidSVNUpdateClient16.handleExternalChange(SVNWCAccess access, java.lang.String targetDir, SVNUpdateClient16.ExternalDiff externalDiff) oldURL is null when externals is added: jsvn ps svn:externals "path URL" .private voidSVNUpdateClient16.handleExternalItemChange(SVNWCAccess access, java.lang.String targetDir, SVNUpdateClient16.ExternalDiff externalDiff) private voidSVNUpdateClient16.handleExternals(SVNWCAccess wcAccess, java.io.File root, java.util.Map oldExternals, java.util.Map newExternals, java.util.Map depths, SVNURL fromURL, SVNURL rootURL, SVNDepth requestedDepth, boolean isExport, boolean updateUnchanged) protected voidSVNBasicDelegate.setCommitItemAccess(SVNCommitItem item, SVNWCAccess access) private voidSVNUpdateClient16.switchFileExternal(SVNWCAccess wcAccess, java.io.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, java.lang.String changelistName, java.util.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 SVNWCAccessSVNWCDbDir.admAccessHold 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 SVNWCAccessSvnOldRepositoryAccess.createWCAccess()private SVNWCAccessSvnOldUpgrade.getWCAccess()Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNWCAccessModifier and TypeMethodDescriptionprotected SVNURLSvnOldRepositoryAccess.deriveLocation(java.io.File path, SVNURL url, long[] pegRevisionNumber, SVNRevision pegRevision, SVNRepository repos, SVNWCAccess access) static booleanSvnOldUpgrade.getVersionedSubdirs(SVNWCAccess access, java.io.File localAbsPath, java.util.ArrayList<java.io.File> children, boolean isCalculateDoDeleteDir, boolean isSkipMissing) private static java.util.Map<java.lang.String,SVNEntry> SvnOldUpgrade.readEntries(SVNWCAccess access, java.io.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(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access) Deprecated.voidSVNCommitItem.setWCAccess(SVNWCAccess wcAccess) Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNWCAccessModifierConstructorDescriptionSVNCommitPacket(SVNWCAccess wcAccess, SVNCommitItem[] items, java.util.Map lockTokens)