Class SVNCommitMediator
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNCommitMediator
- All Implemented Interfaces:
ISVNWorkspaceMediator
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate java.util.Mapprivate java.util.Collectionprivate java.util.Map -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.util.CollectiongetWCProperties(SVNCommitItem item) getWorkspaceProperty(java.lang.String path, java.lang.String name) Retrieves an item's WC property from a".svn/wcprops"administrative subdirectory.voidsetWorkspaceProperty(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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myTmpFiles
private java.util.Collection myTmpFiles -
myWCPropsMap
private java.util.Map myWCPropsMap -
myCommitItems
private java.util.Map myCommitItems
-
-
Constructor Details
-
SVNCommitMediator
public SVNCommitMediator(java.util.Map commitItems)
-
-
Method Details
-
getWCProperties
-
getTmpFiles
public java.util.Collection getTmpFiles() -
getWorkspaceProperty
public SVNPropertyValue getWorkspaceProperty(java.lang.String path, java.lang.String name) throws SVNException Description copied from interface:ISVNWorkspaceMediatorRetrieves an item's WC property from a".svn/wcprops"administrative subdirectory.- Specified by:
getWorkspacePropertyin 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(java.lang.String path, java.lang.String name, SVNPropertyValue value) throws SVNException Description copied from interface:ISVNWorkspaceMediatorSets a new value for an item's WC property in a".svn/wcprops"administrative subdirectory.- Specified by:
setWorkspacePropertyin interfaceISVNWorkspaceMediator- Parameters:
path- a WC item's pathname- a property namevalue- a value for the property- Throws:
SVNException- See Also:
-