Package | Description |
---|---|
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 | Method and Description |
---|---|
protected ISVNAddParameters |
SVNWCClient16.getAddParameters()
Returns the add parameters object used by this object.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNWCClient16.setAddParameters(ISVNAddParameters addParameters)
Sets custom add parameters to this client object.
|
Modifier and Type | Method and Description |
---|---|
static ISVNAddParameters |
SvnCodec.addParameters(ISvnAddParameters old) |
Modifier and Type | Method and Description |
---|---|
static ISvnAddParameters |
SvnCodec.addParameters(ISVNAddParameters old) |
Modifier and Type | Field and Description |
---|---|
static ISVNAddParameters |
SVNWCClient.DEFAULT_ADD_PARAMETERS
Default implementation of
ISVNAddParameters which
onInconsistentEOLs(File file) always returns the
REPORT_ERROR action. |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCClient.setAddParameters(ISVNAddParameters addParameters)
Sets custom add parameters to this client object.
|
Copyright © 2020. All rights reserved.