Uses of Class
org.opensolaris.opengrok.history.Annotation

Packages that use Annotation
org.opensolaris.opengrok.analysis   
org.opensolaris.opengrok.analysis.c   
org.opensolaris.opengrok.analysis.document   
org.opensolaris.opengrok.analysis.java   
org.opensolaris.opengrok.analysis.lisp   
org.opensolaris.opengrok.analysis.plain   
org.opensolaris.opengrok.analysis.sh   
org.opensolaris.opengrok.analysis.sql   
org.opensolaris.opengrok.analysis.tcl   
org.opensolaris.opengrok.history   
org.opensolaris.opengrok.web   
 

Uses of Annotation in org.opensolaris.opengrok.analysis
 

Methods in org.opensolaris.opengrok.analysis with parameters of type Annotation
static void AnalyzerGuru.writeXref(FileAnalyzerFactory factory, java.io.InputStream in, java.io.Writer out, Annotation annotation, Project project)
          Write a browsable version of the file
 void FileAnalyzerFactory.writeXref(java.io.InputStream in, java.io.Writer out, Annotation annotation, Project project)
          Write a cross referenced HTML file.
 

Uses of Annotation in org.opensolaris.opengrok.analysis.c
 

Methods in org.opensolaris.opengrok.analysis.c with parameters of type Annotation
 void CAnalyzerFactory.writeXref(java.io.InputStream in, java.io.Writer out, Annotation annotation, Project project)
           
 

Uses of Annotation in org.opensolaris.opengrok.analysis.document
 

Methods in org.opensolaris.opengrok.analysis.document with parameters of type Annotation
 void TroffAnalyzerFactory.writeXref(java.io.InputStream in, java.io.Writer out, Annotation annotation, Project project)
           
 

Uses of Annotation in org.opensolaris.opengrok.analysis.java
 

Methods in org.opensolaris.opengrok.analysis.java with parameters of type Annotation
 void JavaAnalyzerFactory.writeXref(java.io.InputStream in, java.io.Writer out, Annotation annotation, Project project)
           
 

Uses of Annotation in org.opensolaris.opengrok.analysis.lisp
 

Methods in org.opensolaris.opengrok.analysis.lisp with parameters of type Annotation
 void LispAnalyzerFactory.writeXref(java.io.InputStream in, java.io.Writer out, Annotation annotation, Project project)
           
 

Uses of Annotation in org.opensolaris.opengrok.analysis.plain
 

Methods in org.opensolaris.opengrok.analysis.plain with parameters of type Annotation
 void PlainAnalyzerFactory.writeXref(java.io.InputStream in, java.io.Writer out, Annotation annotation, Project project)
           
 void XMLAnalyzerFactory.writeXref(java.io.InputStream in, java.io.Writer out, Annotation annotation, Project project)
           
 

Uses of Annotation in org.opensolaris.opengrok.analysis.sh
 

Methods in org.opensolaris.opengrok.analysis.sh with parameters of type Annotation
 void ShAnalyzerFactory.writeXref(java.io.InputStream in, java.io.Writer out, Annotation annotation, Project project)
           
 

Uses of Annotation in org.opensolaris.opengrok.analysis.sql
 

Methods in org.opensolaris.opengrok.analysis.sql with parameters of type Annotation
 void SQLAnalyzerFactory.writeXref(java.io.InputStream in, java.io.Writer out, Annotation annotation, Project project)
           
 

Uses of Annotation in org.opensolaris.opengrok.analysis.tcl
 

Methods in org.opensolaris.opengrok.analysis.tcl with parameters of type Annotation
 void TclAnalyzerFactory.writeXref(java.io.InputStream in, java.io.Writer out, Annotation annotation, Project project)
           
 

Uses of Annotation in org.opensolaris.opengrok.history
 

Methods in org.opensolaris.opengrok.history that return Annotation
 Annotation BazaarRepository.annotate(java.io.File file, java.lang.String revision)
           
 Annotation HistoryGuru.annotate(java.io.File file, java.lang.String rev)
          Annotate the specified revision of a file.
 Annotation MercurialRepository.annotate(java.io.File file, java.lang.String revision)
          Annotate the specified file/revision.
 Annotation SubversionRepository.annotate(java.io.File file, java.lang.String revision)
           
 Annotation TeamwareRepository.annotate(java.io.File file, java.lang.String revision)
          Annotate the specified file/revision.
 Annotation DirectoryHistoryParser.annotate(java.io.File file, java.lang.String revision, ExternalRepository repository)
           
 

Uses of Annotation in org.opensolaris.opengrok.web
 

Methods in org.opensolaris.opengrok.web with parameters of type Annotation
static void Util.readableLine(int num, java.io.Writer out, Annotation annotation)