org.modeshape.connector.svn.mgnt
Class AddDirectory

java.lang.Object
  extended by org.modeshape.connector.svn.mgnt.AddDirectory
All Implemented Interfaces:
ScmAction

public class AddDirectory
extends Object
implements ScmAction

root should be the last, previously created, parent folder. Each directory in the path will be created.

Author:
serge pagop

Constructor Summary
AddDirectory(String rootPath, String childDirPath)
           
 
Method Summary
 void applyAction(Object context)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddDirectory

public AddDirectory(String rootPath,
                    String childDirPath)
Method Detail

applyAction

public void applyAction(Object context)
                 throws org.tmatesoft.svn.core.SVNException
Specified by:
applyAction in interface ScmAction
Throws:
org.tmatesoft.svn.core.SVNException

toString

public String toString()
Overrides:
toString in class Object


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