Uses of Class
org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess
-
Packages that use SVNWCAccess Package Description org.tmatesoft.svn.core.internal.util org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc.admin org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.internal.wc2.old org.tmatesoft.svn.core.wc 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 SVNWCAccess Modifier and Type Method Description static 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 SVNWCAccess Modifier and Type Field Description protected SVNWCAccessSVNMergeDriver. myWCAccessMethods in org.tmatesoft.svn.core.internal.wc that return SVNWCAccess Modifier and Type Method Description static 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()protected SVNWCAccessSVNStatusEditor. getWCAccess()Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNWCAccess Modifier and Type Method Description static 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)static voidSVNWCManager. createRevertProperties(SVNWCAccess access, java.io.File path, boolean removeBase)static voidSVNWCManager. delete(SVNWCAccess wcAccess, SVNAdminArea root, java.io.File path, boolean deleteFiles, boolean cancellable)static voidSVNWCManager. doDeleteUnversionedFiles(SVNWCAccess wcAccess, java.io.File path, boolean deleteFiles)static voidSVNCommitUtil. filterOutFileExternals(java.util.Collection explicitPaths, java.util.Map commitables, SVNWCAccess baseAccess)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)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)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 SVNWCAccess Constructor Description 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
Methods in org.tmatesoft.svn.core.internal.wc.admin that return SVNWCAccess Modifier and Type Method Description SVNWCAccessSVNAdminArea. getWCAccess()SVNWCAccessSVNAdminAreaInfo. getWCAccess()static SVNWCAccessSVNWCAccess. newInstance(ISVNEventHandler eventHandler)Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNWCAccess Modifier and Type Method Description voidSVNAdminArea. setWCAccess(SVNWCAccess wcAccess)voidSVNAdminAreaInfo. setWCAccess(SVNWCAccess wcAccess)Constructors in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNWCAccess Constructor Description SVNAdminAreaInfo(SVNWCAccess access, SVNAdminArea anchor, SVNAdminArea target, java.lang.String targetName) -
Uses of SVNWCAccess in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 that return SVNWCAccess Modifier and Type Method Description protected SVNWCAccessSVNBasicDelegate. createWCAccess()protected SVNWCAccessSVNBasicDelegate. createWCAccess(java.lang.String pathPrefix)Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNWCAccess Modifier and Type Method Description 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)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)SVNURLSVNBasicDelegate. getReposRoot(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access)Returns the root of the repository.protected voidSVNBasicDelegate. setCommitItemAccess(SVNCommitItem item, SVNWCAccess access) -
Uses of SVNWCAccess in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db that return SVNWCAccess Modifier and Type Method Description SVNWCAccessSVNWCDbDir. getAdmAccess() -
Uses of SVNWCAccess in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return SVNWCAccess Modifier and Type Method Description protected SVNWCAccessSvnOldRepositoryAccess. createWCAccess()Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNWCAccess Modifier and Type Method Description protected 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) -
Uses of SVNWCAccess in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return SVNWCAccess Modifier and Type Method Description SVNWCAccessSVNCommitItem. 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 SVNWCAccess Modifier and Type Method Description SVNURLSVNBasicClient. 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 SVNWCAccess Constructor Description SVNCommitPacket(SVNWCAccess wcAccess, SVNCommitItem[] items, java.util.Map lockTokens)
-