Class SVNCommitMediator

java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNCommitMediator
All Implemented Interfaces:
ISVNWorkspaceMediator

public class SVNCommitMediator extends java.lang.Object implements ISVNWorkspaceMediator
Version:
1.3
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private java.util.Map
     
    private java.util.Collection
     
    private java.util.Map
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SVNCommitMediator(java.util.Map commitItems)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.util.Collection
     
     
    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