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 classDefaultSVNGNUDiffGeneratorMethods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNGNUDiffGenerator Modifier and Type Method Description voidSVNNodeEditor. 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 ISVNGNUDiffGeneratorSVNLookClient. 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 voidSVNLookClient. setDiffGenerator(ISVNGNUDiffGenerator diffGenerator)Sets a diff generator to be used indoGetDiff()methods of this class.
-