org.modeshape.connector.svn
Class SvnWorkspace.SvnPutContentCommand

java.lang.Object
  extended by org.modeshape.connector.svn.SvnWorkspace.SvnCommand
      extended by org.modeshape.connector.svn.SvnWorkspace.SvnPutContentCommand
All Implemented Interfaces:
PathWorkspace.ChangeCommand<PathNode>
Enclosing class:
SvnWorkspace

protected class SvnWorkspace.SvnPutContentCommand
extends SvnWorkspace.SvnCommand


Field Summary
 
Fields inherited from class org.modeshape.connector.svn.SvnWorkspace.SvnCommand
editor
 
Constructor Summary
SvnWorkspace.SvnPutContentCommand(String parentPath, String fileName, byte[] oldcontent, byte[] content)
           
 
Method Summary
 
Methods inherited from class org.modeshape.connector.svn.SvnWorkspace.SvnCommand
apply, setEditor, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SvnWorkspace.SvnPutContentCommand

public SvnWorkspace.SvnPutContentCommand(String parentPath,
                                         String fileName,
                                         byte[] oldcontent,
                                         byte[] content)


Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.