public class SVNCommitMediator extends java.lang.Object implements ISVNWorkspaceMediator
Constructor and Description |
---|
SVNCommitMediator(java.util.Map commitItems) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection |
getTmpFiles() |
SVNProperties |
getWCProperties(SVNCommitItem item) |
SVNPropertyValue |
getWorkspaceProperty(java.lang.String path,
java.lang.String name)
Retrieves an item's WC property from a
".svn/wcprops" administrative
subdirectory. |
void |
setWorkspaceProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value)
Sets a new value for an item's WC property in a
".svn/wcprops"
administrative subdirectory. |
public SVNProperties getWCProperties(SVNCommitItem item)
public java.util.Collection getTmpFiles()
public SVNPropertyValue getWorkspaceProperty(java.lang.String path, java.lang.String name) throws SVNException
ISVNWorkspaceMediator
".svn/wcprops"
administrative
subdirectory.getWorkspaceProperty
in interface ISVNWorkspaceMediator
path
- a WC item's pathname
- a property nameSVNException
ISVNWorkspaceMediator.setWorkspaceProperty(String, String, SVNPropertyValue)
public void setWorkspaceProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) throws SVNException
ISVNWorkspaceMediator
".svn/wcprops"
administrative subdirectory.setWorkspaceProperty
in interface ISVNWorkspaceMediator
path
- a WC item's pathname
- a property namevalue
- a value for the propertySVNException
ISVNWorkspaceMediator.getWorkspaceProperty(String, String)
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.