public class JavaAnalyzerFactory extends FileAnalyzerFactory
FileAnalyzerFactory.Matcher
Constructor and Description |
---|
JavaAnalyzerFactory() |
Modifier and Type | Method and Description |
---|---|
protected FileAnalyzer |
newAnalyzer()
Create a new analyzer.
|
void |
writeXref(java.io.Reader in,
java.io.Writer out,
Definitions defs,
Annotation annotation,
Project project)
Write a cross referenced HTML file.
|
getAnalyzer, getGenre
protected FileAnalyzer newAnalyzer()
FileAnalyzerFactory
newAnalyzer
in class FileAnalyzerFactory
public void writeXref(java.io.Reader in, java.io.Writer out, Definitions defs, Annotation annotation, Project project) throws java.io.IOException
FileAnalyzerFactory
in
.writeXref
in class FileAnalyzerFactory
in
- input sourceout
- output xref writerdefs
- definitions for the file (could be null
)annotation
- annotation for the file (could be null
)project
- project the file belongs to (could be null
)java.io.IOException
- if an error occurs