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

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


org.drools.scm.log
Class ScmLogEntry

java.lang.Object
  extended by org.drools.scm.log.ScmLogEntry

public class ScmLogEntry
extends Object


Nested Class Summary
static class ScmLogEntry.Add
           
static class ScmLogEntry.Copy
           
static class ScmLogEntry.Delete
           
static class ScmLogEntry.Replaced
          The Entry has been deleted and another of the same path added in the same transaction.
static class ScmLogEntry.Update
           
 
Constructor Summary
ScmLogEntry(String author, Date date, String message)
           
 
Method Summary
 void addAction(ScmLogEntryItem item)
           
 List getAction()
           
 String getAuthor()
           
 Date getDate()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScmLogEntry

public ScmLogEntry(String author,
                   Date date,
                   String message)
Method Detail

getAuthor

public String getAuthor()

getDate

public Date getDate()

getMessage

public String getMessage()

addAction

public void addAction(ScmLogEntryItem item)

getAction

public List getAction()


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