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

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


org.drools.scm.log
Class ScmLogEntry.Copy

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

public static class ScmLogEntry.Copy
extends Object
implements ScmLogEntryItem


Constructor Summary
ScmLogEntry.Copy(char type, String fromPath, long fromRevision, String toPath, long toRevision)
           
 
Method Summary
 char getActionType()
           
 String getFromPath()
           
 long getFromRevision()
           
 char getPathType()
           
 String getToPath()
           
 long gettoRevision()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScmLogEntry.Copy

public ScmLogEntry.Copy(char type,
                        String fromPath,
                        long fromRevision,
                        String toPath,
                        long toRevision)
Method Detail

getFromPath

public String getFromPath()

getFromRevision

public long getFromRevision()

getToPath

public String getToPath()

gettoRevision

public long gettoRevision()

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.