com.bonevich.eclipse.cvsgrapher.model
Class CvsGraphVersionModel
java.lang.Object
com.bonevich.eclipse.cvsgrapher.model.AbstractCvsGraphNodeModel
com.bonevich.eclipse.cvsgrapher.model.CvsGraphVersionModel
- All Implemented Interfaces:
- ICvsGraphNodeModel
- public final class CvsGraphVersionModel
- extends AbstractCvsGraphNodeModel
A CVS version.
- Author:
- jbonevic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CvsGraphVersionModel
public CvsGraphVersionModel(org.eclipse.team.internal.ccvs.core.ILogEntry entry)
getTags
public java.util.List getTags()
getVersion
public java.lang.String getVersion()
- Specified by:
getVersion
in interface ICvsGraphNodeModel
- Specified by:
getVersion
in class AbstractCvsGraphNodeModel
getTimestamp
public java.lang.String getTimestamp()
getAuthor
public java.lang.String getAuthor()
getComment
public java.lang.String getComment()
getEntry
public org.eclipse.team.internal.ccvs.core.ILogEntry getEntry()
Copyright © 2003-2004 bonevich.com. All Rights Reserved.