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

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


org.drools.scm.svn
Class SvnActionFactory.CopyFile

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

public static class SvnActionFactory.CopyFile
extends Object
implements ScmAction


Constructor Summary
SvnActionFactory.CopyFile(String path, String file, String newPath, String newFile, long revision)
           
 
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.CopyFile

public SvnActionFactory.CopyFile(String path,
                                 String file,
                                 String newPath,
                                 String newFile,
                                 long revision)
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.