org.tmatesoft.svn.core.io
public interface ISVNWorkspaceMediator
Version: 1.1.1
See Also: SVNRepository Examples
Method Summary | |
---|---|
String | getWorkspaceProperty(String path, String name)
Retrieves an item's WC property from a ".svn/wcprops" administrative
subdirectory.
|
void | setWorkspaceProperty(String path, String name, String value)
Sets a new value for an item's WC property in a ".svn/wcprops"
administrative subdirectory.
|
".svn/wcprops"
administrative
subdirectory.
Parameters: path a WC item's path name a propery name
Returns: the value for the property
Throws: SVNException
See Also: ISVNWorkspaceMediator
".svn/wcprops"
administrative subdirectory.
Parameters: path a WC item's path name a propery name value a value for the property
Throws: SVNException
See Also: ISVNWorkspaceMediator