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,
File path,
String propertyName,
SVNPropertyValue propertyValue,
ISvnPropertyValueProvider pvProvider,
SVNDepth depth,
boolean skipChecks,
ISVNEventHandler eventHandler,
ISvnObjectReceiver<SVNPropertyData> receiver,
Collection<String> changelists) |
static void |
SvnNgPropertiesManager.setProperty(SVNWCContext context,
File path,
SVNNodeKind kind,
String propertyName,
SVNPropertyValue value,
ISvnPropertyValueProvider pvProvider,
boolean skipChecks,
ISVNEventHandler eventHandler,
ISvnObjectReceiver<SVNPropertyData> receiver) |
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
|
Copyright © 2019. All rights reserved.