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 SvnNgRepositoryAccessSvnNgDiffSummarize.repositoryAccessprivate SvnNgRepositoryAccessSvnNgMergeCallback2.repositoryAccess(package private) SvnNgRepositoryAccessSvnNgMergeDriver.repositoryAccessprivate SvnNgRepositoryAccessSvnNgOperationRunner.repositoryAccessMethods in org.tmatesoft.svn.core.internal.wc2.ng that return SvnNgRepositoryAccessModifier and TypeMethodDescriptionprotected SvnNgRepositoryAccessSvnNgDiffSummarize.getRepositoryAccess()protected SvnNgRepositoryAccessSvnNgOperationRunner.getRepositoryAccess()Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnNgRepositoryAccessModifier and TypeMethodDescriptionstatic SVNURLSvnNgLockUtil.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 voidSvnNgDiffUtil.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 voidSvnNgDiffUtil.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 voidSvnNgOperationRunner.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)