Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.jdeveloper.vcs.annotations
Class Annotations

java.lang.Object
  extended by oracle.jdeveloper.vcs.annotations.Annotations

public abstract class Annotations
extends java.lang.Object

Since:
11.1.1.0.0

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

Annotations

public Annotations()
Method Detail

getChanged

public abstract java.util.Date getChanged(int lineNumber)
Get the date of the last change for the given lineNumber

Parameters:
lineNumber -
Returns:
date of last change

getRevision

public abstract java.lang.String getRevision(int lineNumber)
Get the revision of the last change for the given lineNumber

Parameters:
lineNumber -
Returns:
the revision of last change

getExtendedRevision

public java.lang.String getExtendedRevision(int lineNumber)
Get the an extended revision of the last change for the given lineNumber. This could be the branch and revision identifer, if a non value is return, the value is used in preference to getRevision

Parameters:
lineNumber -
Returns:
extended revision

getAuthor

public abstract java.lang.String getAuthor(int lineNumber)
Get the author of the last change for the given lineNumber

Parameters:
lineNumber -
Returns:
the author of last change or null

getLine

public abstract java.lang.String getLine(int lineNumber)
Get the content (line itself) of the given lineNumber

Parameters:
lineNumber -
Returns:
the line content

getLineCount

public abstract int getLineCount()
Get the number of annotated lines

Returns:
number of lines of file being annotated

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.