org.jboss.dna.connector.svn
Class SVNRepositoryRequestProcessor.AddDirectory

java.lang.Object
  extended by org.jboss.dna.connector.svn.SVNRepositoryRequestProcessor.AddDirectory
All Implemented Interfaces:
ScmAction
Enclosing class:
SVNRepositoryRequestProcessor

public static class SVNRepositoryRequestProcessor.AddDirectory
extends Object
implements ScmAction

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


Constructor Summary
SVNRepositoryRequestProcessor.AddDirectory(String root, String path)
           
 
Method Summary
 void applyAction(Object context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVNRepositoryRequestProcessor.AddDirectory

public SVNRepositoryRequestProcessor.AddDirectory(String root,
                                                  String path)
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-2009 JBoss, a division of Red Hat. All Rights Reserved.