Uses of Class
org.tmatesoft.svn.core.wc.SVNDiffClient
Packages that use SVNDiffClient
Package
Description
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
-
Uses of SVNDiffClient in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn with parameters of type SVNDiffClientModifier and TypeMethodDescriptionprivate void
SVNLogCommand.doDiff
(SVNDiffClient client, SVNLogEntry logEntry, SVNPath target, SVNDepth depth) -
Uses of SVNDiffClient in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl that return SVNDiffClient -
Uses of SVNDiffClient in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNDiffClientMethods in org.tmatesoft.svn.core.wc that return SVNDiffClientModifier and TypeMethodDescriptionSVNClientManager.getDiffClient()
Returns an instance of theSVNDiffClient
class.