Uses of Interface
org.tmatesoft.svn.core.wc.admin.ISVNGNUDiffGenerator
-
Packages that use ISVNGNUDiffGenerator Package Description org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.wc.admin 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 ISVNGNUDiffGenerator Modifier and Type Class Description class
DefaultSVNGNUDiffGenerator
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNGNUDiffGenerator Modifier and Type Method Description void
SVNNodeEditor. diff(FSRoot root, long baseRevision, ISVNGNUDiffGenerator generator, java.io.OutputStream os)
-
Uses of ISVNGNUDiffGenerator in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin that return ISVNGNUDiffGenerator Modifier and Type Method Description ISVNGNUDiffGenerator
SVNLookClient. 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 ISVNGNUDiffGenerator Modifier and Type Method Description void
SVNLookClient. setDiffGenerator(ISVNGNUDiffGenerator diffGenerator)
Sets a diff generator to be used indoGetDiff()
methods of this class.
-