| Package | Description |
|---|---|
| org.tmatesoft.svn.core.internal.wc | |
| 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 |
|---|---|
class |
DefaultSVNOptions |
| Modifier and Type | Field and Description |
|---|---|
private ISVNMergerFactory |
DefaultSVNOptions.myMergerFactory |
| Modifier and Type | Method and Description |
|---|---|
ISVNMergerFactory |
DefaultSVNOptions.getMergerFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSVNOptions.setMergerFactory(ISVNMergerFactory mergerFactory)
Sets a factory object which is responsible for creating
merger drivers.
|
| Modifier and Type | Method and Description |
|---|---|
ISVNMergerFactory |
ISVNOptions.getMergerFactory()
Returns a factory object which is responsible for creating
merger drivers.
|