Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
Annotation |
JFlexXref.annotation |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
TroffAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
FortranAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
JavaAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
LispAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
ShAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
SQLAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
void |
TclAnalyzerFactory.writeXref(java.io.Reader in,
java.io.Writer out,
Annotation annotation,
Project project) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static void |
Util.readableLine(int num,
java.io.Writer out,
Annotation annotation) |