| Package | Description |
|---|---|
| org.tmatesoft.svn.cli | |
| org.tmatesoft.svn.cli.svn | |
| org.tmatesoft.svn.cli.svnadmin | |
| org.tmatesoft.svn.cli.svndumpfilter | |
| org.tmatesoft.svn.cli.svnlook | |
| org.tmatesoft.svn.cli.svnsync | |
| org.tmatesoft.svn.cli.svnversion | |
| org.tmatesoft.svn.core.internal.wc | |
| 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.
|
| org.tmatesoft.svn.core.javahl17 | |
| 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 DefaultSVNOptions |
AbstractSVNCommandEnvironment.myOptions |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DefaultSVNOptions |
AbstractSVNCommandEnvironment.createClientOptions() |
DefaultSVNOptions |
AbstractSVNCommandEnvironment.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected DefaultSVNOptions |
SVNCommandEnvironment.createClientOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected DefaultSVNOptions |
SVNAdminCommandEnvironment.createClientOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected DefaultSVNOptions |
SVNDumpFilterCommandEnvironment.createClientOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected DefaultSVNOptions |
SVNLookCommandEnvironment.createClientOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected DefaultSVNOptions |
SVNSyncCommandEnvironment.createClientOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected DefaultSVNOptions |
SVNVersionCommandEnvironment.createClientOptions() |
| Modifier and Type | Field and Description |
|---|---|
private DefaultSVNOptions |
DefaultSVNAuthenticationManager.myDefaultOptions |
private DefaultSVNOptions |
DefaultSVNPersistentAuthenticationProvider.myDefaultOptions |
| Modifier and Type | Method and Description |
|---|---|
DefaultSVNOptions |
DefaultSVNAuthenticationManager.getDefaultOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected DefaultSVNPersistentAuthenticationProvider.IPasswordStorage[] |
DefaultSVNPersistentAuthenticationProvider.createPasswordStorages(DefaultSVNOptions options) |
| Constructor and Description |
|---|
DefaultSVNPersistentAuthenticationProvider(java.io.File directory,
java.lang.String userName,
ISVNAuthenticationStorageOptions authOptions,
DefaultSVNOptions defaultOptions,
ISVNHostOptionsProvider hostOptionsProvider) |
| Modifier and Type | Field and Description |
|---|---|
private DefaultSVNOptions |
SVNClientImpl.myOptions |
| Modifier and Type | Field and Description |
|---|---|
private DefaultSVNOptions |
SVNClientImpl.options |
| Modifier and Type | Method and Description |
|---|---|
static DefaultSVNOptions |
SVNWCUtil.createDefaultOptions(boolean readonly)
Creates a default run-time configuration options driver that uses the
default SVN's run-time configuration area.
|
static DefaultSVNOptions |
SVNWCUtil.createDefaultOptions(java.io.File dir,
boolean readonly)
Creates a default run-time configuration options driver that uses the
provided configuration directory.
|
| Modifier and Type | Method and Description |
|---|---|
static SVNClientManager |
SVNClientManager.newInstance(DefaultSVNOptions options,
java.lang.String userName,
java.lang.String password)
Creates a new instance of this class using the provided
ISVNOptions
driver and user's credentials to make a default implementation of
ISVNAuthenticationManager use them. |