Package | Description |
---|---|
org.tmatesoft.svn.cli.svn | |
org.tmatesoft.svn.core.javahl |
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
|
org.tmatesoft.svn.core.wc |
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
|
Modifier and Type | Method and Description |
---|---|
private void |
SVNLogCommand.doDiff(SVNDiffClient client,
SVNLogEntry logEntry,
SVNPath target,
SVNDepth depth) |
Modifier and Type | Method and Description |
---|---|
protected SVNDiffClient |
SVNClientImpl.getSVNDiffClient() |
Modifier and Type | Field and Description |
---|---|
private SVNDiffClient |
SVNClientManager.myDiffClient |
Modifier and Type | Method and Description |
---|---|
SVNDiffClient |
SVNClientManager.getDiffClient()
Returns an instance of the
SVNDiffClient class. |