站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

SvnActionFactory.AddDirectory (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.scm.svn
Class SvnActionFactory.AddDirectory

java.lang.Object
  extended by org.drools.scm.svn.SvnActionFactory.AddDirectory
All Implemented Interfaces:
ScmAction
Enclosing class:
SvnActionFactory

public static class SvnActionFactory.AddDirectory
extends Object
implements ScmAction

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


Constructor Summary
SvnActionFactory.AddDirectory(String root, String path)
           
 
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

SvnActionFactory.AddDirectory

public SvnActionFactory.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 © 2001-2007 JBoss Inc.. All Rights Reserved.