Uses of Interface
org.tmatesoft.svn.core.wc.ISVNDiffGenerator
Packages that use ISVNDiffGenerator
Package
Description
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
This package provides API for administrative managing Subversion repositories on a local machine.
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.cli.svn
Classes in org.tmatesoft.svn.cli.svn that implement ISVNDiffGenerator -
Uses of ISVNDiffGenerator in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNDiffGeneratorFields in org.tmatesoft.svn.core.internal.wc declared as ISVNDiffGeneratorMethods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNDiffGeneratorModifier and TypeMethodDescriptionprivate File
SVNNodeEditor.createTempFile
(ISVNDiffGenerator generator) private File
SVNNodeEditor.getTempDirectory
(ISVNDiffGenerator generator) private SVNNodeEditor.DiffItem
SVNNodeEditor.prepareTmpFile
(FSRoot root, String path, ISVNDiffGenerator generator) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNDiffGeneratorModifierConstructorDescriptionSVNDiffCallback
(SVNAdminArea adminArea, ISVNDiffGenerator generator, long rev1, long rev2, OutputStream result) -
Uses of ISVNDiffGenerator in org.tmatesoft.svn.core.internal.wc16
Fields in org.tmatesoft.svn.core.internal.wc16 declared as ISVNDiffGeneratorMethods in org.tmatesoft.svn.core.internal.wc16 that return ISVNDiffGeneratorModifier and TypeMethodDescriptionSVNDiffClient16.getDiffGenerator()
Returns the diff driver being in use.Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNDiffGeneratorModifier and TypeMethodDescriptionvoid
SVNDiffClient16.setDiffGenerator
(ISVNDiffGenerator diffGenerator) Sets the specified diff driver for this object to use for generating and writing file differences to an otput stream. -
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 ISVNDiffGeneratorMethods in org.tmatesoft.svn.core.internal.wc2.ng that return ISVNDiffGeneratorConstructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISVNDiffGenerator -
Uses of ISVNDiffGenerator in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return ISVNDiffGenerator -
Uses of ISVNDiffGenerator in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote that return ISVNDiffGenerator -
Uses of ISVNDiffGenerator in org.tmatesoft.svn.core.wc
Classes in org.tmatesoft.svn.core.wc that implement ISVNDiffGeneratorModifier and TypeClassDescriptionclass
DefaultSVNDiffGenerator is a default implementation of ISVNDiffGenerator.Fields in org.tmatesoft.svn.core.wc declared as ISVNDiffGeneratorMethods in org.tmatesoft.svn.core.wc that return ISVNDiffGeneratorModifier and TypeMethodDescriptionSVNDiffClient.getDiffGenerator()
Returns the diff driver being in use.Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNDiffGeneratorModifier and TypeMethodDescriptionvoid
SVNDiffClient.setDiffGenerator
(ISVNDiffGenerator diffGenerator) Sets the specified diff driver for this object to use for generating and writing file differences to an otput stream. -
Uses of ISVNDiffGenerator in org.tmatesoft.svn.core.wc.admin
Subinterfaces of ISVNDiffGenerator in org.tmatesoft.svn.core.wc.adminModifier and TypeInterfaceDescriptioninterface
The ISVNGNUDiffGenerator is the interface for diff generators used in diff operations of SVNLookClient. -
Uses of ISVNDiffGenerator in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISVNDiffGeneratorModifier and TypeMethodDescriptionvoid
SvnDiff.setDiffGenerator
(ISVNDiffGenerator diffGenerator) Sets operation's diff generator of type ISVNDiffGenerator.