|
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, java.util.Map, boolean, org.tmatesoft.svn.core.SVNProperties, ISVNWorkspaceMediator)
,
ExamplesMethod Summary | |
SVNPropertyValue |
getWorkspaceProperty(String path,
String name)
Retrieves an item's WC property from a ".svn/wcprops" administrative
subdirectory. |
void |
setWorkspaceProperty(String path,
String name,
SVNPropertyValue value)
Sets a new value for an item's WC property in a ".svn/wcprops"
administrative subdirectory. |
Method Detail |
public SVNPropertyValue getWorkspaceProperty(String path, String name) throws SVNException
".svn/wcprops"
administrative
subdirectory.
path
- a WC item's pathname
- a property name
SVNException
setWorkspaceProperty(String, String, SVNPropertyValue)
public void setWorkspaceProperty(String path, String name, SVNPropertyValue value) throws SVNException
".svn/wcprops"
administrative subdirectory.
path
- a WC item's pathname
- a property 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 |