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.fortran   
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 From the OpenGrok internals: To get the version control history Analyzer Guru, calls his old friend the good old History Guru. 
org.opensolaris.opengrok.web   
 

Uses of Annotation in org.opensolaris.opengrok.analysis
 

Fields in org.opensolaris.opengrok.analysis declared as Annotation
 Annotation JFlexXref.annotation
           
 

Methods in org.opensolaris.opengrok.analysis with parameters of type Annotation
static void AnalyzerGuru.writeXref(FileAnalyzerFactory factory, java.io.Reader in, java.io.Writer out, Annotation annotation, Project project)
          Write a browsable version of the file
 void FileAnalyzerFactory.writeXref(java.io.Reader 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.Reader in, java.io.Writer out, Annotation annotation, Project project)
           
 void CxxAnalyzerFactory.writeXref(java.io.Reader 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.Reader in, java.io.Writer out, Annotation annotation, Project project)
           
 

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

Methods in org.opensolaris.opengrok.analysis.fortran with parameters of type Annotation
 void FortranAnalyzerFactory.writeXref(java.io.Reader 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.Reader 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.Reader 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.Reader in, java.io.Writer out, Annotation annotation, Project project)
           
 void XMLAnalyzerFactory.writeXref(java.io.Reader 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.Reader 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.Reader 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.Reader 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)
          Annotate the specified file/revision.
 Annotation ClearCaseRepository.annotate(java.io.File file, java.lang.String revision)
          Annotate the specified file/revision.
 Annotation GitRepository.annotate(java.io.File file, java.lang.String revision)
          Annotate the specified file/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 MonotoneRepository.annotate(java.io.File file, java.lang.String revision)
          Annotate the specified file/revision.
 Annotation PerforceRepository.annotate(java.io.File file, java.lang.String rev)
           
 Annotation SCCSRepository.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)
           
protected  Annotation BazaarRepository.parseAnnotation(java.io.Reader input, java.lang.String fileName)
           
protected  Annotation CVSRepository.parseAnnotation(java.io.Reader input, java.lang.String fileName)
           
protected  Annotation GitRepository.parseAnnotation(java.io.Reader input, java.lang.String fileName)
           
 

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)