| 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 | Field and Description |
|---|---|
private ISVNPropertyValueProvider |
SVNWCClient16.PropSetHandlerExt.myPropValueProvider |
| Modifier and Type | Method and Description |
|---|---|
void |
SVNWCClient16.doSetProperty(java.io.File path,
ISVNPropertyValueProvider propertyValueProvider,
boolean skipChecks,
SVNDepth depth,
ISVNPropertyHandler handler,
java.util.Collection changeLists)
Crawls the working copy at
path and calls
providePropertyValues(java.io.File,org.tmatesoft.svn.core.SVNProperties)
to get properties to be change on each path being traversed
If depth is SVNDepth.EMPTY,
change the properties on path only; if
SVNDepth.FILES, change the properties on path and
its file children (if any); if SVNDepth.IMMEDIATES, on
path and all of its immediate children (both files and
directories); ifSVNDepth.INFINITY, on path and
everything beneath it. |
private void |
SVNWCClient16.setLocalProperties(java.io.File path,
SVNEntry entry,
SVNAdminArea adminArea,
boolean force,
ISVNPropertyValueProvider propertyValueProvider,
ISVNPropertyHandler handler) |
| Constructor and Description |
|---|
PropSetHandlerExt(boolean isForce,
ISVNPropertyValueProvider propertyValueProvider,
ISVNPropertyHandler handler,
java.util.Collection changeLists) |
| 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 |
|---|---|
void |
SVNWCClient.doSetProperty(java.io.File path,
ISVNPropertyValueProvider propertyValueProvider,
boolean skipChecks,
SVNDepth depth,
ISVNPropertyHandler handler,
java.util.Collection<java.lang.String> changeLists)
Crawls the working copy at
path and calls
providePropertyValues(java.io.File, org.tmatesoft.svn.core.SVNProperties)
to get properties to be change on each path being traversed
If depth is SVNDepth.EMPTY,
change the properties on path only; if
SVNDepth.FILES, change the properties on path and
its file children (if any); if SVNDepth.IMMEDIATES, on
path and all of its immediate children (both files and
directories); if SVNDepth.INFINITY, on path and
everything beneath it. |