public abstract class VcsFileRevisionEx extends java.lang.Object implements VcsFileRevision
NULL
Constructor and Description |
---|
VcsFileRevisionEx() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Date |
getAuthorDate() |
abstract java.lang.String |
getAuthorEmail() |
abstract java.lang.String |
getCommitterEmail() |
abstract java.lang.String |
getCommitterName() |
abstract FilePath |
getPath()
Returns the path of the file as it were in this revision
|
abstract boolean |
isDeleted() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBranchName, getChangedRepositoryPath
getContent, getDefaultCharset, loadContent
getAuthor, getCommitMessage, getRevisionDate, getRevisionNumber
public abstract java.lang.String getAuthorEmail()
public abstract java.lang.String getCommitterName()
public abstract java.lang.String getCommitterEmail()
public abstract FilePath getPath()
public abstract java.util.Date getAuthorDate()
public abstract boolean isDeleted()