|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensolaris.opengrok.analysis.FileAnalyzerFactory
org.opensolaris.opengrok.analysis.java.JavaAnalyzerFactory
public class JavaAnalyzerFactory
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.opensolaris.opengrok.analysis.FileAnalyzerFactory |
|---|
FileAnalyzerFactory.Matcher |
| Constructor Summary | |
|---|---|
JavaAnalyzerFactory()
|
|
| Method Summary | |
|---|---|
protected FileAnalyzer |
newAnalyzer()
Create a new analyzer. |
void |
writeXref(java.io.InputStream in,
java.io.Writer out,
Annotation annotation,
Project project)
Write a cross referenced HTML file. |
| Methods inherited from class org.opensolaris.opengrok.analysis.FileAnalyzerFactory |
|---|
getAnalyzer, getGenre |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaAnalyzerFactory()
| Method Detail |
|---|
protected FileAnalyzer newAnalyzer()
FileAnalyzerFactory
newAnalyzer in class FileAnalyzerFactory
public void writeXref(java.io.InputStream in,
java.io.Writer out,
Annotation annotation,
Project project)
throws java.io.IOException
FileAnalyzerFactoryin.
writeXref in class FileAnalyzerFactoryin - input sourceout - output xref writerannotation - annotation for the file (could be null)project - project the file belongs to (could be null)
java.io.IOException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||