Class SVNCommitMediator17
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.SVNCommitMediator17
- All Implemented Interfaces:
ISVNWorkspaceMediator
- Version:
- 1.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate java.util.Map<java.lang.String,
SvnCommitItem> private SVNWCContext
private java.util.Collection<java.io.File>
-
Constructor Summary
ConstructorsConstructorDescriptionSVNCommitMediator17
(SVNWCContext context, java.util.Map<java.lang.String, SvnCommitItem> committables) -
Method Summary
Modifier and TypeMethodDescriptionjava.util.Collection<java.io.File>
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.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<java.io.File> myTmpFiles -
myCommitItems
-
myContext
-
-
Constructor Details
-
SVNCommitMediator17
public SVNCommitMediator17(SVNWCContext context, java.util.Map<java.lang.String, SvnCommitItem> committables)
-
-
Method Details
-
getTmpFiles
public java.util.Collection<java.io.File> getTmpFiles() -
setWorkspaceProperty
public void setWorkspaceProperty(java.lang.String path, java.lang.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:
-
getWorkspaceProperty
public SVNPropertyValue getWorkspaceProperty(java.lang.String path, java.lang.String name) throws SVNException 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:
-