Uses of Class
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess
-
Packages that use SvnNgRepositoryAccess Package Description org.tmatesoft.svn.core.internal.wc2.ng -
-
Uses of SvnNgRepositoryAccess in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as SvnNgRepositoryAccess Modifier and Type Field Description private SvnNgRepositoryAccess
SvnNgDiffSummarize. repositoryAccess
private SvnNgRepositoryAccess
SvnNgMergeCallback2. repositoryAccess
(package private) SvnNgRepositoryAccess
SvnNgMergeDriver. repositoryAccess
private SvnNgRepositoryAccess
SvnNgOperationRunner. repositoryAccess
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SvnNgRepositoryAccess Modifier and Type Method Description protected SvnNgRepositoryAccess
SvnNgDiffSummarize. getRepositoryAccess()
protected SvnNgRepositoryAccess
SvnNgOperationRunner. getRepositoryAccess()
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnNgRepositoryAccess Modifier and Type Method Description static SVNURL
SvnNgLockUtil. collectLockInfo(SvnNgOperationRunner opRunner, SVNWCContext context, SvnNgRepositoryAccess wcAccess, java.util.Collection<SvnTarget> targets, java.util.Map lockInfo, java.util.Map lockPaths, boolean lock, boolean stealLock)
static void
SvnNgDiffUtil. doDiffSummarizeReposWC(SvnTarget target1, SVNRevision revision1, SVNRevision pegRevision, SvnTarget target2, SVNRevision revision2, boolean reverse, SvnNgRepositoryAccess repositoryAccess, SVNWCContext context, boolean useGitDiffFormat, SVNDepth depth, boolean useAncestry, java.util.Collection<java.lang.String> changelists, boolean showCopiesAsAdds, ISvnDiffGenerator generator, ISVNDiffStatusHandler handler, ISVNCanceller canceller)
static void
SvnNgDiffUtil. doDiffWCWC(java.io.File localAbsPath, SvnNgRepositoryAccess repositoryAccess, SVNWCContext context, SVNDepth depth, boolean useAncestry, java.util.Collection<java.lang.String> changelists, boolean showCopiesAsAdds, boolean useGitDiffFormat, ISvnDiffGenerator generator, ISvnDiffCallback callback, ISVNCanceller canceller)
protected void
SvnNgOperationRunner. setRepositoryAccess(SvnNgRepositoryAccess repositoryAccess)
Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnNgRepositoryAccess Constructor Description SvnNgMergeCallback2(SVNWCContext context, SvnNgMergeDriver mergeDriver, SvnNgRepositoryAccess repositoryAccess)
SvnNgMergeDriver(SVNWCContext context, SvnMerge operation, SvnNgRepositoryAccess repositoryAccess, SVNDiffOptions diffOptions)
-