Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc16 | |
org.tmatesoft.svn.core.internal.wc2.compat | |
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 | Class and Description |
---|---|
private static class |
SVNStatusEditor.DefaultSVNStatusFileProvider |
private static class |
SVNStatusEditor.WrapperSVNStatusFileProvider |
Modifier and Type | Field and Description |
---|---|
private ISVNStatusFileProvider |
SVNStatusEditor.WrapperSVNStatusFileProvider.myDefault |
private ISVNStatusFileProvider |
SVNStatusEditor.myDefaultFileProvider |
private ISVNStatusFileProvider |
SVNStatusEditor.WrapperSVNStatusFileProvider.myDelegate |
private ISVNStatusFileProvider |
SVNStatusEditor.myFileProvider |
Modifier and Type | Method and Description |
---|---|
void |
SVNStatusEditor.setFileProvider(ISVNStatusFileProvider fileProvider) |
Constructor and Description |
---|
WrapperSVNStatusFileProvider(ISVNStatusFileProvider defaultProvider,
ISVNStatusFileProvider delegate) |
Modifier and Type | Field and Description |
---|---|
private ISVNStatusFileProvider |
SVNStatusClient16.myFilesProvider |
Modifier and Type | Method and Description |
---|---|
void |
SVNStatusClient16.setFilesProvider(ISVNStatusFileProvider filesProvider) |
Modifier and Type | Method and Description |
---|---|
static ISVNStatusFileProvider |
SvnCodec.fileListProvider(ISvnFileListHook hook) |
Modifier and Type | Method and Description |
---|---|
static ISvnFileListHook |
SvnCodec.fileListHook(ISVNStatusFileProvider provider) |
Modifier and Type | Field and Description |
---|---|
private ISVNStatusFileProvider |
SVNStatusClient.myFilesProvider |
Modifier and Type | Method and Description |
---|---|
void |
SVNStatusClient.setFilesProvider(ISVNStatusFileProvider filesProvider) |