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

AssetMove (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.repository.events
Class AssetMove

java.lang.Object
  extended by org.drools.repository.events.AssetChange
      extended by org.drools.repository.events.AssetMove

public class AssetMove
extends AssetChange


Constructor Summary
AssetMove(String oldFileName, String format, String oldPath, String newFileFormat, String newPath)
           
 
Method Summary
 String getFormat()
           
 String getNewFileFormat()
           
 String getNewPath()
           
 String getOldFileName()
           
 String getOldPath()
           
 
Methods inherited from class org.drools.repository.events.AssetChange
getChangeComment, setChangeComment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetMove

public AssetMove(String oldFileName,
                 String format,
                 String oldPath,
                 String newFileFormat,
                 String newPath)
Method Detail

getFormat

public String getFormat()

getNewFileFormat

public String getNewFileFormat()

getNewPath

public String getNewPath()

getOldFileName

public String getOldFileName()

getOldPath

public String getOldPath()


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.