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

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


org.drools.scm.log
Class ScmLogEntry.Update

java.lang.Object
  extended by org.drools.scm.log.ScmLogEntry.Update
All Implemented Interfaces:
ScmLogEntryItem
Enclosing class:
ScmLogEntry

public static class ScmLogEntry.Update
extends Object
implements ScmLogEntryItem

Author:
mproctor

Constructor Summary
ScmLogEntry.Update(char type, String path, long revision)
           
 
Method Summary
 char getActionType()
           
 String getPath()
           
 char getPathType()
           
 long getRevision()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScmLogEntry.Update

public ScmLogEntry.Update(char type,
                          String path,
                          long revision)
Method Detail

getPath

public String getPath()

getRevision

public long getRevision()

getPathType

public char getPathType()
Specified by:
getPathType in interface ScmLogEntryItem

getActionType

public char getActionType()
Specified by:
getActionType in interface ScmLogEntryItem


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