| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04  | 
|||||||||
| 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 | 
 java.lang.String | 
getExtendedRevision(int lineNumber)Get the an extended revision 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 java.lang.String getExtendedRevision(int lineNumber)
lineNumber. This could be the branch and revision identifer, if a non value is return, the value is used in preference to getRevisionlineNumber -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 11g Release 2 (11.1.2.3.0) E17493-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||