| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getContent() |
void |
getContent(java.io.OutputStream content) |
byte[] |
getHash() |
long |
getSize() |
org.magicwerk.brownies.core.files.filemodel.IEntry.Type |
getType() |
boolean |
isTextType()
Determines whether this is text or binary file.
|
equals, getCommitAuthor, getCommitRevision, getLastModifiedDate, getName, getParent, getPath, getProperties, getProperty, getPropertyAsString, getRevision, getSession, getSystemProperties, getSystemProperty, getSystemPropertyAsString, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCommitAuthor, getCommitRevision, getProperties, getProperty, getPropertyAsString, getRevision, getSystemProperties, getSystemProperty, getSystemPropertyAsStringpublic org.magicwerk.brownies.core.files.filemodel.IEntry.Type getType()
getType in interface org.magicwerk.brownies.core.files.filemodel.IEntrypublic boolean isTextType()
ISvnFileisTextType in interface ISvnFilepublic java.io.InputStream getContent()
getContent in interface org.magicwerk.brownies.core.files.filemodel.IFilepublic long getSize()
getSize in interface org.magicwerk.brownies.core.files.filemodel.IFilepublic void getContent(java.io.OutputStream content)
getContent in interface ISvnFile