public interface ISVNWorkspaceMediator
SVNRepository.getCommitEditor(String, java.util.Map, boolean, org.tmatesoft.svn.core.SVNProperties, ISVNWorkspaceMediator)
,
ExamplesModifier and Type | Method and Description |
---|---|
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. |
SVNPropertyValue getWorkspaceProperty(String path, String name) throws SVNException
".svn/wcprops"
administrative
subdirectory.path
- a WC item's pathname
- a property nameSVNException
setWorkspaceProperty(String, String, SVNPropertyValue)
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 propertySVNException
getWorkspaceProperty(String, String)
Copyright © 2018. All rights reserved.