Class SVNCommitMediator
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNCommitMediator
- All Implemented Interfaces:
ISVNWorkspaceMediator
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetWCProperties
(SVNCommitItem item) 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.
-
Field Details
-
myTmpFiles
-
myWCPropsMap
-
myCommitItems
-
-
Constructor Details
-
SVNCommitMediator
-
-
Method Details
-
getWCProperties
-
getTmpFiles
-
getWorkspaceProperty
Description copied from interface:ISVNWorkspaceMediator
Retrieves an item's WC property from a".svn/wcprops"
administrative subdirectory.- Specified by:
getWorkspaceProperty
in interfaceISVNWorkspaceMediator
- Parameters:
path
- a WC item's pathname
- a property name- Returns:
- the value for the property
- Throws:
SVNException
- See Also:
-
setWorkspaceProperty
public void setWorkspaceProperty(String path, String name, SVNPropertyValue value) throws SVNException Description copied from interface:ISVNWorkspaceMediator
Sets a new value for an item's WC property in a".svn/wcprops"
administrative subdirectory.- Specified by:
setWorkspaceProperty
in interfaceISVNWorkspaceMediator
- Parameters:
path
- a WC item's pathname
- a property namevalue
- a value for the property- Throws:
SVNException
- See Also:
-