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 |
---|---|
void |
SVNWCClient16.doSetProperty(File path,
ISVNPropertyValueProvider propertyValueProvider,
boolean skipChecks,
SVNDepth depth,
ISVNPropertyHandler handler,
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. |
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(File path,
ISVNPropertyValueProvider propertyValueProvider,
boolean skipChecks,
SVNDepth depth,
ISVNPropertyHandler handler,
Collection<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. |
Copyright © 2018. All rights reserved.