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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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


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