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
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as ISvnDiffGenerator Modifier and Type Field Description private ISvnDiffGenerator
SvnDiffCallback. generator
private ISvnDiffGenerator
SvnNewDiffGenerator. generator
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return ISvnDiffGenerator Modifier and Type Method Description ISvnDiffGenerator
SvnNewDiffGenerator. getDelegate()
private ISvnDiffGenerator
SvnNgDiff. getDiffGenerator()
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnDiffGenerator Modifier and Type Method Description private SvnDiffCallback
SvnNgDiff. createDiffCallback(ISvnDiffGenerator generator, boolean reverse, long revisionNumber1, long revisionNumber2)
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)
private java.lang.String
SvnDiffCallback. getCharset(java.lang.String charset, ISvnDiffGenerator generator, boolean allowNative)
private java.lang.String
SvnDiffCallback. getCharset(SVNProperties properties, ISvnDiffGenerator generator)
private java.lang.String
SvnDiffCallback. getCharsetByMimeType(SVNProperties properties, ISvnDiffGenerator generator)
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
Fields in org.tmatesoft.svn.core.wc2 declared as ISvnDiffGenerator Modifier and Type Field Description private ISvnDiffGenerator
SvnDiff. diffGenerator
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.
-