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

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


org.drools.scm.svn
Class SvnActionFactory.UpdateFile

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

public static class SvnActionFactory.UpdateFile
extends Object
implements ScmAction


Constructor Summary
SvnActionFactory.UpdateFile(String path, String file, byte[] oldContent, byte[] newContent)
           
 
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.UpdateFile

public SvnActionFactory.UpdateFile(String path,
                                   String file,
                                   byte[] oldContent,
                                   byte[] newContent)
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.