Uses of Class
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess
Packages that use SvnNgRepositoryAccess
-
Uses of SvnNgRepositoryAccess in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as SvnNgRepositoryAccessModifier and TypeFieldDescriptionprivate 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 SvnNgRepositoryAccessModifier and TypeMethodDescriptionprotected SvnNgRepositoryAccess
SvnNgDiffSummarize.getRepositoryAccess()
protected SvnNgRepositoryAccess
SvnNgOperationRunner.getRepositoryAccess()
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnNgRepositoryAccessModifier and TypeMethodDescriptionstatic 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 SvnNgRepositoryAccessModifierConstructorDescriptionSvnNgMergeCallback2
(SVNWCContext context, SvnNgMergeDriver mergeDriver, SvnNgRepositoryAccess repositoryAccess) SvnNgMergeDriver
(SVNWCContext context, SvnMerge operation, SvnNgRepositoryAccess repositoryAccess, SVNDiffOptions diffOptions)