public class SVNCommitMediator extends Object implements ISVNWorkspaceMediator
| Constructor and Description |
|---|
SVNCommitMediator(Map commitItems) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
getTmpFiles() |
SVNProperties |
getWCProperties(SVNCommitItem item) |
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. |
public SVNCommitMediator(Map commitItems)
public SVNProperties getWCProperties(SVNCommitItem item)
public Collection getTmpFiles()
public SVNPropertyValue getWorkspaceProperty(String path, String name) throws SVNException
ISVNWorkspaceMediator".svn/wcprops" administrative
subdirectory.getWorkspaceProperty in interface ISVNWorkspaceMediatorpath - a WC item's pathname - a property nameSVNExceptionISVNWorkspaceMediator.setWorkspaceProperty(String, String, SVNPropertyValue)public void setWorkspaceProperty(String path, String name, SVNPropertyValue value) throws SVNException
ISVNWorkspaceMediator".svn/wcprops"
administrative subdirectory.setWorkspaceProperty in interface ISVNWorkspaceMediatorpath - a WC item's pathname - a property namevalue - a value for the propertySVNExceptionISVNWorkspaceMediator.getWorkspaceProperty(String, String)Copyright © 2025. All rights reserved.