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

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


org.drools.scm.log
Class ScmLogEntry.Replaced

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

public static class ScmLogEntry.Replaced
extends Object
implements ScmLogEntryItem

The Entry has been deleted and another of the same path added in the same transaction.

Author:
mproctor

Constructor Summary
ScmLogEntry.Replaced(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.Replaced

public ScmLogEntry.Replaced(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.