Uses of Interface
org.tmatesoft.svn.core.wc.admin.ISVNGNUDiffGenerator
Packages that use ISVNGNUDiffGenerator
Package
Description
This package provides API for administrative managing Subversion repositories on a local machine.
-
Uses of ISVNGNUDiffGenerator in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNGNUDiffGeneratorMethods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNGNUDiffGeneratorModifier and TypeMethodDescriptionvoid
SVNNodeEditor.diff
(FSRoot root, long baseRevision, ISVNGNUDiffGenerator generator, OutputStream os) private void
SVNNodeEditor.diffImpl
(FSRoot root, FSRevisionRoot baseRoot, String path, String basePath, SVNNodeEditor.Node node, ISVNGNUDiffGenerator generator, OutputStream os) -
Uses of ISVNGNUDiffGenerator in org.tmatesoft.svn.core.wc.admin
Fields in org.tmatesoft.svn.core.wc.admin declared as ISVNGNUDiffGeneratorMethods in org.tmatesoft.svn.core.wc.admin that return ISVNGNUDiffGeneratorModifier and TypeMethodDescriptionSVNLookClient.getDiffGenerator()
Returns a diff generator to be used indoGetDiff()
methods of this class.Methods in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNGNUDiffGeneratorModifier and TypeMethodDescriptionvoid
SVNLookClient.setDiffGenerator
(ISVNGNUDiffGenerator diffGenerator) Sets a diff generator to be used indoGetDiff()
methods of this class.