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 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 ISVNDiffGeneratorModifierConstructorDescriptionSVNDiffCallback(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 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 TypeMethodDescriptionvoidSVNDiffClient16.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 TypeClassDescriptionclassDefaultSVNDiffGenerator 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 TypeMethodDescriptionvoidSVNDiffClient.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 TypeInterfaceDescriptioninterfaceThe 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 TypeMethodDescriptionvoidSvnDiff.setDiffGenerator(ISVNDiffGenerator diffGenerator) Sets operation's diff generator of type ISVNDiffGenerator.