public class CurrentBinaryContentRevision extends CurrentContentRevision implements BinaryContentRevision
myFile
Constructor and Description |
---|
CurrentBinaryContentRevision(FilePath file) |
Modifier and Type | Method and Description |
---|---|
byte [] |
getBinaryContent()
Content of the revision.
|
java.lang.String |
toString() |
create, getContent, getContentAsBytes, getFile, getRevisionNumber, getVirtualFile
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getContentAsBytes
getContent, getFile, getRevisionNumber
public CurrentBinaryContentRevision(FilePath file)
public byte [] getBinaryContent() throws VcsException
BinaryContentRevision
getBinaryContent
in interface BinaryContentRevision
VcsException
- in case when content retrieval failspublic java.lang.String toString()
toString
in class CurrentContentRevision