Package org.tmatesoft.svn.core.wc
Interface ISVNPropertyValueProvider
-
public interface ISVNPropertyValueProvider
The ISVNPropertyValueProvider interface should be implemented to be further provided toSVNWCClient.doSetProperty(java.io.File, ISVNPropertyValueProvider, boolean, org.tmatesoft.svn.core.SVNDepth, ISVNPropertyHandler, java.util.Collection)
method for defining properties to change.- Since:
- 1.2
- Version:
- 1.3
- See Also:
SVNWCClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SVNProperties
providePropertyValues(java.io.File path, SVNProperties properties)
Defines local item's properties to be installed.
-
-
-
Method Detail
-
providePropertyValues
SVNProperties providePropertyValues(java.io.File path, SVNProperties properties) throws SVNException
Defines local item's properties to be installed.- Parameters:
path
- an WC item's pathproperties
- an item's versioned properties- Returns:
- SVNProperties object which stores properties to be installed on an item
- Throws:
SVNException
-
-