| Package | Description |
|---|---|
| org.tmatesoft.svn.core.internal.wc16 | |
| 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 | Field and Description |
|---|---|
private ISVNPathListHandler |
SVNBasicDelegate.myPathListHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
SVNBasicDelegate.setPathListHandler(ISVNPathListHandler handler)
Sets a path list handler implementation to this object.
|
| Modifier and Type | Field and Description |
|---|---|
private ISVNPathListHandler |
SVNBasicClient.pathListHandler |
| Modifier and Type | Method and Description |
|---|---|
ISVNPathListHandler |
SVNBasicClient.getPathListHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
SVNBasicClient.setPathListHandler(ISVNPathListHandler handler)
Sets a path list handler implementation to this object.
|