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

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


org.drools.repository.events
Class AssetCreate

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

public class AssetCreate
extends AssetChange


Constructor Summary
AssetCreate(String content, String fileName, String format, String path)
           
 
Method Summary
 String getContent()
           
 String getFileName()
           
 String getFormat()
          This is in effect the "file extension" as well as the format type.
 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

AssetCreate

public AssetCreate(String content,
                   String fileName,
                   String format,
                   String path)
Method Detail

getContent

public String getContent()

getFileName

public String getFileName()

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.