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.internal.wc2.old org.tmatesoft.svn.core.internal.wc2.remote 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 classDefaultSVNCommandLineDiffGenerator -
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 classDefaultSVNGNUDiffGeneratorFields in org.tmatesoft.svn.core.internal.wc declared as ISVNDiffGenerator Modifier and Type Field Description private ISVNDiffGeneratorSVNDiffCallback. myGeneratorMethods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNDiffGenerator Modifier and Type Method Description private java.io.FileSVNNodeEditor. createTempFile(ISVNDiffGenerator generator)private java.io.FileSVNNodeEditor. getTempDirectory(ISVNDiffGenerator generator)private SVNNodeEditor.DiffItemSVNNodeEditor. prepareTmpFile(FSRoot root, java.lang.String path, ISVNDiffGenerator generator)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
Fields in org.tmatesoft.svn.core.internal.wc16 declared as ISVNDiffGenerator Modifier and Type Field Description private ISVNDiffGeneratorSVNDiffClient16. myDiffGeneratorMethods in org.tmatesoft.svn.core.internal.wc16 that return ISVNDiffGenerator Modifier and Type Method Description ISVNDiffGeneratorSVNDiffClient16. 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 voidSVNDiffClient16. 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 classSvnNewDiffGeneratorFields in org.tmatesoft.svn.core.internal.wc2.ng declared as ISVNDiffGenerator Modifier and Type Field Description private ISVNDiffGeneratorSvnOldDiffGenerator. generatorMethods in org.tmatesoft.svn.core.internal.wc2.ng that return ISVNDiffGenerator Modifier and Type Method Description ISVNDiffGeneratorSvnOldDiffGenerator. 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.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return ISVNDiffGenerator Modifier and Type Method Description private ISVNDiffGeneratorSvnOldDiff. getDiffGenerator() -
Uses of ISVNDiffGenerator in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote that return ISVNDiffGenerator Modifier and Type Method Description private ISVNDiffGeneratorSvnRemoteDiff. getDiffGenerator() -
Uses of ISVNDiffGenerator in org.tmatesoft.svn.core.wc
Classes in org.tmatesoft.svn.core.wc that implement ISVNDiffGenerator Modifier and Type Class Description classDefaultSVNDiffGeneratorDefaultSVNDiffGenerator is a default implementation of ISVNDiffGenerator.Fields in org.tmatesoft.svn.core.wc declared as ISVNDiffGenerator Modifier and Type Field Description private ISVNDiffGeneratorSVNDiffClient. diffGeneratorMethods in org.tmatesoft.svn.core.wc that return ISVNDiffGenerator Modifier and Type Method Description ISVNDiffGeneratorSVNDiffClient. 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 voidSVNDiffClient. 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 interfaceISVNGNUDiffGeneratorThe 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 voidSvnDiff. setDiffGenerator(ISVNDiffGenerator diffGenerator)Sets operation's diff generator of type ISVNDiffGenerator.
-