|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdeveloper.vcs.annotations.Annotations
public abstract class Annotations
| Constructor Summary | |
|---|---|
Annotations() |
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getAuthor(int lineNumber)Get the author of the last change for the given lineNumber |
abstract java.util.Date |
getChanged(int lineNumber)Get the date of the last change for the given lineNumber |
abstract java.lang.String |
getLine(int lineNumber)Get the content (line itself) of the given lineNumber |
abstract int |
getLineCount()Get the number of annotated lines |
abstract java.lang.String |
getRevision(int lineNumber)Get the revision of the last change for the given lineNumber |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Annotations()
| Method Detail |
|---|
public abstract java.util.Date getChanged(int lineNumber)
lineNumberlineNumber -public abstract java.lang.String getRevision(int lineNumber)
lineNumberlineNumber -public abstract java.lang.String getAuthor(int lineNumber)
lineNumberlineNumber -public abstract java.lang.String getLine(int lineNumber)
lineNumberlineNumber -public abstract int getLineCount()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||