Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc2.compat | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.wc2 |
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
|
Modifier and Type | Method and Description |
---|---|
static ISvnPropertyValueProvider |
SvnCodec.propertyValueProvider(ISVNPropertyValueProvider propertyValueProvider) |
Modifier and Type | Method and Description |
---|---|
static ISVNPropertyValueProvider |
SvnCodec.propertyValueProvider(ISvnPropertyValueProvider propertyValueProvider) |
Modifier and Type | Method and Description |
---|---|
static void |
SvnNgPropertiesManager.setProperty(SVNWCContext context,
java.io.File path,
java.lang.String propertyName,
SVNPropertyValue propertyValue,
ISvnPropertyValueProvider pvProvider,
SVNDepth depth,
boolean skipChecks,
ISVNEventHandler eventHandler,
ISvnObjectReceiver<SVNPropertyData> receiver,
java.util.Collection<java.lang.String> changelists) |
static void |
SvnNgPropertiesManager.setProperty(SVNWCContext context,
java.io.File path,
SVNNodeKind kind,
java.lang.String propertyName,
SVNPropertyValue value,
ISvnPropertyValueProvider pvProvider,
boolean skipChecks,
ISVNEventHandler eventHandler,
ISvnObjectReceiver<SVNPropertyData> receiver) |
Modifier and Type | Field and Description |
---|---|
private ISvnPropertyValueProvider |
SvnSetProperty.propertyValueProvider |
Modifier and Type | Method and Description |
---|---|
ISvnPropertyValueProvider |
SvnSetProperty.getPropertyValueProvider()
Returns property value provider callback
|
Modifier and Type | Method and Description |
---|---|
void |
SvnSetProperty.setPropertyValueProvider(ISvnPropertyValueProvider propertyValueProvider)
Sets property value provider callback
|