org.tmatesoft.svn.core.io
Interface ISVNWorkspaceMediator
public interface ISVNWorkspaceMediator
The ISVNWorkspaceMediator interface is used for temporary
data storage (mainly instructions and new text data for deltas) as well
as for caching and getting some kind of wcprops.
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.
|
getWorkspaceProperty
public String getWorkspaceProperty(String path,
String name)
throws SVNException Retrieves an item's WC property from a ".svn/wcprops" administrative
subdirectory.
path - a WC item's pathname - a propery name
- the value for the property
setWorkspaceProperty
public void setWorkspaceProperty(String path,
String name,
String value)
throws SVNException Sets a new value for an item's WC property in a ".svn/wcprops"
administrative subdirectory.
path - a WC item's pathname - a propery namevalue - a value for the property
Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.