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

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


org.drools.repository.events
Class AssetUpdate

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

public class AssetUpdate
extends AssetChange


Constructor Summary
AssetUpdate(String oldContent, String newContent, String fileName, String format, String path)
           
 
Method Summary
 String getFileName()
           
 String getFormat()
          This is in effect the "file extension" as well as the format type.
 String getNewContent()
           
 String getOldContent()
           
 String getPath()
          The path is the directory path to the resource in "file" terms (not JCR terms).
 
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

AssetUpdate

public AssetUpdate(String oldContent,
                   String newContent,
                   String fileName,
                   String format,
                   String path)
Method Detail

getOldContent

public String getOldContent()

getFileName

public String getFileName()

getNewContent

public String getNewContent()

getFormat

public String getFormat()
This is in effect the "file extension" as well as the format type.


getPath

public String getPath()
The path is the directory path to the resource in "file" terms (not JCR terms). Forward slash delimited.



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