|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
SVNRepository.getCommitEditor(String, Map, boolean, ISVNWorkspaceMediator)
,
ExamplesMethod 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. |
Method Detail |
public String getWorkspaceProperty(String path, String name) throws SVNException
".svn/wcprops"
administrative
subdirectory.
path
- a WC item's pathname
- a propery name
SVNException
setWorkspaceProperty(String, String, String)
public void setWorkspaceProperty(String path, String name, String value) throws SVNException
".svn/wcprops"
administrative subdirectory.
path
- a WC item's pathname
- a propery namevalue
- a value for the property
SVNException
getWorkspaceProperty(String, String)
|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |