| Package | Description |
|---|---|
| org.tmatesoft.svn.core.internal.wc17 | |
| org.tmatesoft.svn.core.internal.wc2.compat | |
| org.tmatesoft.svn.core.wc2 |
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
SVNStatusEditor17.DefaultSvnFileListHook |
| Modifier and Type | Field and Description |
|---|---|
protected ISvnFileListHook |
SVNStatusEditor17.myDefaultFileListHook |
protected ISvnFileListHook |
SVNStatusEditor17.myFileListHook |
| Modifier and Type | Method and Description |
|---|---|
void |
SVNStatusEditor17.setFileListHook(ISvnFileListHook filesListHook) |
| Modifier and Type | Method and Description |
|---|---|
static ISvnFileListHook |
SvnCodec.fileListHook(ISVNStatusFileProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
static ISVNStatusFileProvider |
SvnCodec.fileListProvider(ISvnFileListHook hook) |
| Modifier and Type | Field and Description |
|---|---|
private ISvnFileListHook |
SvnGetStatus.fileListHook |
| Modifier and Type | Method and Description |
|---|---|
ISvnFileListHook |
SvnGetStatus.getFileListHook()
Returns client's file list hook.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SvnGetStatus.setFileListHook(ISvnFileListHook fileListHook)
Sets client's file list hook.
|