Class SVNCommitMediator17

java.lang.Object
org.tmatesoft.svn.core.internal.wc17.SVNCommitMediator17
All Implemented Interfaces:
ISVNWorkspaceMediator

public class SVNCommitMediator17 extends java.lang.Object implements ISVNWorkspaceMediator
Version:
1.4
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private java.util.Map<java.lang.String,SvnCommitItem>
     
    private SVNWCContext
     
    private java.util.Collection<java.io.File>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SVNCommitMediator17(SVNWCContext context, java.util.Map<java.lang.String,SvnCommitItem> committables)
     
  • Method Summary

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