|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a SCM Revision object
Method Summary | |
int |
getAdded()
Returns the numer of lines added in this revision |
java.lang.String |
getAuthor()
Returns the login of the Author if this revision |
java.lang.String |
getComment()
Returns the comment of the author to this revision |
java.util.Date |
getDate()
Returns the Date when the revision was checked in into the SCM |
java.lang.String |
getFileName()
Returns the filename of the file according to this revision |
FileState |
getFileState()
Returns the state of the File at the moment of this revision |
java.lang.String |
getPath()
Returns the path of the file according to this revision |
java.lang.String |
getQualifiedFilename()
Returns a qualified file name ( including the path ) of the file according to this revision |
int |
getRemoved()
Returns the numer of lines removed in this revision |
java.lang.String |
getRevisionName()
Returns the identifier of this revision |
Method Detail |
public java.lang.String getFileName()
public java.lang.String getPath()
public java.lang.String getRevisionName()
public java.util.Date getDate()
public java.lang.String getAuthor()
public int getAdded()
public int getRemoved()
public java.lang.String getComment()
public java.lang.String getQualifiedFilename()
public FileState getFileState()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |