org.tigris.subversion.svnclientadapter
public interface ISVNAnnotations
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthor(int lineNumber)
Get the author of the last change for the given
lineNumber |
java.util.Date |
getChanged(int lineNumber)
Get the date of the last change for the given
lineNumber |
java.io.InputStream |
getInputStream()
Get an input stream providing the content of the file being annotated.
|
java.lang.String |
getLine(int lineNumber)
Get the content (line itself) of the given
lineNumber |
long |
getRevision(int lineNumber)
Get the revision of the last change for the given
lineNumber |
int |
numberOfLines()
Get the number of annotated lines
|
java.util.Date getChanged(int lineNumber)
lineNumber
lineNumber
- long getRevision(int lineNumber)
lineNumber
lineNumber
- java.lang.String getAuthor(int lineNumber)
lineNumber
lineNumber
- java.lang.String getLine(int lineNumber)
lineNumber
lineNumber
- java.io.InputStream getInputStream()
int numberOfLines()