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

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


org.drools.repository.events
Class AssetDelete

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

public class AssetDelete
extends AssetChange


Constructor Summary
AssetDelete(String fileName, String format, String path)
           
 
Method Summary
 String getFileName()
           
 String getFormat()
           
 String getPath()
           
 
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

AssetDelete

public AssetDelete(String fileName,
                   String format,
                   String path)
Method Detail

getFileName

public String getFileName()

getFormat

public String getFormat()

getPath

public String getPath()


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