|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISVNAnnotations
An interface defining the result of a call to svn blame/annotate. For each line in the file, last modification data are returned.
Method Summary | |
---|---|
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 |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |