Uses of Interface
org.tmatesoft.svn.core.internal.wc2.ng.ISvnDiffGenerator
-
Packages that use ISvnDiffGenerator Package Description org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.wc2 NEW: this package contains command-style API to perform most of Subversion operations on the level of abstraction similar to that of the command line client. -
-
Uses of ISvnDiffGenerator in org.tmatesoft.svn.core.internal.wc2.ng
Classes in org.tmatesoft.svn.core.internal.wc2.ng that implement ISvnDiffGenerator Modifier and Type Class Description class
SvnDiffGenerator
class
SvnOldDiffGenerator
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return ISvnDiffGenerator Modifier and Type Method Description ISvnDiffGenerator
SvnNewDiffGenerator. getDelegate()
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnDiffGenerator Modifier and Type Method Description 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)
Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnDiffGenerator Constructor Description SvnDiffCallback(ISvnDiffGenerator generator, long rev1, long rev2, boolean noCopyFromOnAdd, boolean diffTargetIsCopy, java.io.OutputStream outputStream)
SvnNewDiffGenerator(ISvnDiffGenerator generator)
-
Uses of ISvnDiffGenerator in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return ISvnDiffGenerator Modifier and Type Method Description ISvnDiffGenerator
SvnDiff. getDiffGenerator()
Returns operation's diff generator.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISvnDiffGenerator Modifier and Type Method Description void
SvnDiff. setDiffGenerator(ISvnDiffGenerator diffGenerator)
Sets operation's diff generator.
-