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 void
SVNMergeInfoUtil. 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 SVNWCAccess
SVNMergeDriver. myWCAccess
Methods in org.tmatesoft.svn.core.internal.wc that return SVNWCAccess Modifier and Type Method Description static SVNWCAccess
SVNCommitUtil. 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 SVNWCAccess
AbstractDiffCallback. getWCAccess()
protected SVNWCAccess
SVNStatusEditor. getWCAccess()
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNWCAccess Modifier and Type Method Description static SVNStatus
SVNStatusUtil. 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 void
SVNWCManager. createRevertProperties(SVNWCAccess access, java.io.File path, boolean removeBase)
static void
SVNWCManager. delete(SVNWCAccess wcAccess, SVNAdminArea root, java.io.File path, boolean deleteFiles, boolean cancellable)
static void
SVNWCManager. doDeleteUnversionedFiles(SVNWCAccess wcAccess, java.io.File path, boolean deleteFiles)
static void
SVNCommitUtil. filterOutFileExternals(java.util.Collection explicitPaths, java.util.Map commitables, SVNWCAccess baseAccess)
java.util.Map
SVNMergeDriver. getHistoryAsMergeInfo(SVNURL url, java.io.File path, SVNRevision pegRevision, long rangeYoungest, long rangeOldest, SVNRepository repos, SVNWCAccess access)
static SVNPropertyValue
SVNPropertiesManager. getProperty(SVNWCAccess access, java.io.File path, java.lang.String propName)
static SVNStatus
SVNStatusUtil. getStatus(java.io.File path, SVNWCAccess wcAccess)
static SVNPropertyValue
SVNPropertiesManager. 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 SVNStatusType
SVNPropertiesManager. mergeProperties(SVNWCAccess wcAccess, java.io.File path, SVNProperties baseProperties, SVNProperties diff, boolean baseMerge, boolean dryRun)
static void
SVNPropertiesManager. recordWCMergeInfo(java.io.File path, java.util.Map mergeInfo, SVNWCAccess wcAccess)
static boolean
SVNPropertiesManager. setProperty(SVNWCAccess access, java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean skipChecks)
protected void
SVNCopyDriver. setWCAccess(SVNWCAccess access)
static boolean
SVNPropertiesManager. setWCProperty(SVNWCAccess access, java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean write)
static void
SVNWCManager. 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 SVNWCAccess
SVNAdminArea. getWCAccess()
SVNWCAccess
SVNAdminAreaInfo. getWCAccess()
static SVNWCAccess
SVNWCAccess. newInstance(ISVNEventHandler eventHandler)
Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNWCAccess Modifier and Type Method Description void
SVNAdminArea. setWCAccess(SVNWCAccess wcAccess)
void
SVNAdminAreaInfo. 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 SVNWCAccess
SVNBasicDelegate. createWCAccess()
protected SVNWCAccess
SVNBasicDelegate. createWCAccess(java.lang.String pathPrefix)
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNWCAccess Modifier and Type Method Description protected SVNRepository
SVNBasicDelegate. createRepository(SVNURL url, java.io.File path, SVNWCAccess access, boolean mayReuse)
protected SVNURL
SVNBasicDelegate. deriveLocation(java.io.File path, SVNURL url, long[] pegRevisionNumber, SVNRevision pegRevision, SVNRepository repos, SVNWCAccess access)
protected void
SVNBasicDelegate. elideMergeInfo(SVNWCAccess access, java.io.File path, SVNEntry entry, java.io.File wcElisionLimitPath)
protected java.lang.String
SVNBasicDelegate. getPathRelativeToRoot(java.io.File path, SVNURL url, SVNURL reposRootURL, SVNWCAccess wcAccess, SVNRepository repos)
SVNURL
SVNBasicDelegate. getReposRoot(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access)
Returns the root of the repository.protected void
SVNBasicDelegate. 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 SVNWCAccess
SVNWCDbDir. 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 SVNWCAccess
SvnOldRepositoryAccess. createWCAccess()
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNWCAccess Modifier and Type Method Description protected SVNURL
SvnOldRepositoryAccess. deriveLocation(java.io.File path, SVNURL url, long[] pegRevisionNumber, SVNRevision pegRevision, SVNRepository repos, SVNWCAccess access)
static boolean
SvnOldUpgrade. 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 SVNWCAccess
SVNCommitItem. 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 SVNURL
SVNBasicClient. getReposRoot(java.io.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 SVNWCAccess Constructor Description SVNCommitPacket(SVNWCAccess wcAccess, SVNCommitItem[] items, java.util.Map lockTokens)
-