Uses of Interface
org.tmatesoft.svn.core.internal.wc2.ng.ISvnDiffGenerator
Packages that use ISvnDiffGenerator
Package
Description
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 ISvnDiffGeneratorFields in org.tmatesoft.svn.core.internal.wc2.ng declared as ISvnDiffGeneratorModifier and TypeFieldDescriptionprivate ISvnDiffGenerator
SvnDiffCallback.generator
private final ISvnDiffGenerator
SvnNewDiffGenerator.generator
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return ISvnDiffGeneratorModifier and TypeMethodDescriptionSvnNewDiffGenerator.getDelegate()
private ISvnDiffGenerator
SvnNgDiff.getDiffGenerator()
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnDiffGeneratorModifier and TypeMethodDescriptionprivate 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, Collection<String> changelists, boolean showCopiesAsAdds, ISvnDiffGenerator generator, ISVNDiffStatusHandler handler, ISVNCanceller canceller) static void
SvnNgDiffUtil.doDiffWCWC
(File localAbsPath, SvnNgRepositoryAccess repositoryAccess, SVNWCContext context, SVNDepth depth, boolean useAncestry, Collection<String> changelists, boolean showCopiesAsAdds, boolean useGitDiffFormat, ISvnDiffGenerator generator, ISvnDiffCallback callback, ISVNCanceller canceller) private String
SvnDiffCallback.getCharset
(String charset, ISvnDiffGenerator generator, boolean allowNative) private String
SvnDiffCallback.getCharset
(SVNProperties properties, ISvnDiffGenerator generator) private String
SvnDiffCallback.getCharsetByMimeType
(SVNProperties properties, ISvnDiffGenerator generator) Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnDiffGeneratorModifierConstructorDescriptionSvnDiffCallback
(ISvnDiffGenerator generator, long rev1, long rev2, boolean noCopyFromOnAdd, boolean diffTargetIsCopy, OutputStream outputStream) SvnNewDiffGenerator
(ISvnDiffGenerator generator) -
Uses of ISvnDiffGenerator in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as ISvnDiffGeneratorMethods in org.tmatesoft.svn.core.wc2 that return ISvnDiffGeneratorMethods in org.tmatesoft.svn.core.wc2 with parameters of type ISvnDiffGeneratorModifier and TypeMethodDescriptionvoid
SvnDiff.setDiffGenerator
(ISvnDiffGenerator diffGenerator) Sets operation's diff generator.