Uses of Interface
org.tmatesoft.svn.core.wc.ISVNDiffGenerator
-
Packages that use ISVNDiffGenerator Package Description org.tmatesoft.svn.cli.svn org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client.org.tmatesoft.svn.core.wc.admin This package provides API for administrative managing Subversion repositories on a local machine.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.cli.svn
Classes in org.tmatesoft.svn.cli.svn that implement ISVNDiffGenerator Modifier and Type Class Description class
DefaultSVNCommandLineDiffGenerator
-
Uses of ISVNDiffGenerator in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNDiffGenerator Modifier and Type Class Description class
DefaultSVNGNUDiffGenerator
Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNDiffGenerator Constructor Description SVNDiffCallback(SVNAdminArea adminArea, ISVNDiffGenerator generator, long rev1, long rev2, java.io.OutputStream result)
-
Uses of ISVNDiffGenerator in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 that return ISVNDiffGenerator Modifier and Type Method Description ISVNDiffGenerator
SVNDiffClient16. getDiffGenerator()
Returns the diff driver being in use.Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNDiffGenerator Modifier and Type Method Description void
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 ISVNDiffGenerator Modifier and Type Class Description class
SvnNewDiffGenerator
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return ISVNDiffGenerator Modifier and Type Method Description ISVNDiffGenerator
SvnOldDiffGenerator. getDelegate()
Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISVNDiffGenerator Constructor Description SvnOldDiffGenerator(ISVNDiffGenerator generator)
-
Uses of ISVNDiffGenerator in org.tmatesoft.svn.core.wc
Classes in org.tmatesoft.svn.core.wc that implement ISVNDiffGenerator Modifier and Type Class Description class
DefaultSVNDiffGenerator
DefaultSVNDiffGenerator is a default implementation of ISVNDiffGenerator.Methods in org.tmatesoft.svn.core.wc that return ISVNDiffGenerator Modifier and Type Method Description ISVNDiffGenerator
SVNDiffClient. getDiffGenerator()
Returns the diff driver being in use.Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNDiffGenerator Modifier and Type Method Description void
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.admin Modifier and Type Interface Description interface
ISVNGNUDiffGenerator
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 ISVNDiffGenerator Modifier and Type Method Description void
SvnDiff. setDiffGenerator(ISVNDiffGenerator diffGenerator)
Sets operation's diff generator of type ISVNDiffGenerator.
-