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.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 | 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 | Method and Description |
---|---|
DefaultSVNOptions |
DefaultSVNAuthenticationManager.getDefaultOptions() |
Modifier and Type | Method and Description |
---|---|
protected DefaultSVNPersistentAuthenticationProvider.IPasswordStorage[] |
DefaultSVNPersistentAuthenticationProvider.createPasswordStorages(DefaultSVNOptions options) |
Constructor and Description |
---|
DefaultSVNPersistentAuthenticationProvider(File directory,
String userName,
ISVNAuthenticationStorageOptions authOptions,
DefaultSVNOptions defaultOptions,
ISVNHostOptionsProvider hostOptionsProvider) |
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(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,
String userName,
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. |
Copyright © 2018. All rights reserved.