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 SvnNgRepositoryAccessSvnNgDiffSummarize. repositoryAccessprivate SvnNgRepositoryAccessSvnNgMergeCallback2. repositoryAccess(package private) SvnNgRepositoryAccessSvnNgMergeDriver. repositoryAccessprivate SvnNgRepositoryAccessSvnNgOperationRunner. repositoryAccessMethods in org.tmatesoft.svn.core.internal.wc2.ng that return SvnNgRepositoryAccess Modifier and Type Method Description protected SvnNgRepositoryAccessSvnNgDiffSummarize. getRepositoryAccess()protected SvnNgRepositoryAccessSvnNgOperationRunner. getRepositoryAccess()Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnNgRepositoryAccess Modifier and Type Method Description static 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 SvnNgRepositoryAccess Constructor Description SvnNgMergeCallback2(SVNWCContext context, SvnNgMergeDriver mergeDriver, SvnNgRepositoryAccess repositoryAccess)SvnNgMergeDriver(SVNWCContext context, SvnMerge operation, SvnNgRepositoryAccess repositoryAccess, SVNDiffOptions diffOptions)
-