| Package | Description |
|---|---|
| org.tmatesoft.svn.core.internal.io.dav | |
| org.tmatesoft.svn.core.internal.io.dav.handlers | |
| org.tmatesoft.svn.core.internal.io.dav.http | |
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private IHTTPConnectionFactory |
DAVRepositoryFactory.myConnectionFactory |
protected IHTTPConnectionFactory |
DAVConnection.myConnectionFactory |
private IHTTPConnectionFactory |
DAVRepository.myConnectionFactory |
| Modifier and Type | Method and Description |
|---|---|
protected IHTTPConnectionFactory |
DAVRepository.getConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected DAVConnection |
DAVRepository.createDAVConnection(IHTTPConnectionFactory connectionFactory,
DAVRepository repo) |
static void |
DAVRepositoryFactory.setup(IHTTPConnectionFactory connectionFactory) |
| Constructor and Description |
|---|
DAVConnection(IHTTPConnectionFactory connectionFactory,
SVNRepository repository) |
DAVRepository(IHTTPConnectionFactory connectionFactory,
SVNURL location,
ISVNSession options) |
DAVRepositoryFactory(IHTTPConnectionFactory connectionFactory) |
| Modifier and Type | Field and Description |
|---|---|
private IHTTPConnectionFactory |
DAVEditorHandler.myConnectionFactory |
| Constructor and Description |
|---|
DAVEditorHandler(IHTTPConnectionFactory connectionFactory,
DAVRepository owner,
ISVNEditor editor,
java.util.Map lockTokens,
boolean fetchContent,
boolean hasTarget,
ISVNWorkingCopyContentMediator workingCopyContentMediator) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHTTPConnectionFactory |
| Modifier and Type | Field and Description |
|---|---|
static IHTTPConnectionFactory |
IHTTPConnectionFactory.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static SVNClientImpl |
SVNClientImpl.newInstance(SVNClient owner,
IHTTPConnectionFactory httpConnectionFactory,
ISVNConnectorFactory svnConnectorFactory) |
static SVNClientImpl |
SVNClientImpl.newInstance(SVNClient owner,
IHTTPConnectionFactory httpConnectionFactory,
ISVNConnectorFactory svnConnectorFactory,
boolean trackClient) |
| Constructor and Description |
|---|
SVNClientImpl(SVNClient owner,
IHTTPConnectionFactory httpConnectionFactory,
ISVNConnectorFactory svnConnectorFactory) |