public final class PlainAnalyzerFactory extends FileAnalyzerFactory
FileAnalyzerFactory.Matcher
Modifier and Type | Field and Description |
---|---|
static PlainAnalyzerFactory |
DEFAULT_INSTANCE |
Modifier and Type | Method and Description |
---|---|
protected FileAnalyzer |
newAnalyzer()
Create a new analyzer.
|
void |
writeXref(java.io.Reader in,
java.io.Writer out,
Annotation annotation,
Project project)
Write a cross referenced HTML file.
|
getAnalyzer, getGenre
public static final PlainAnalyzerFactory DEFAULT_INSTANCE
protected FileAnalyzer newAnalyzer()
FileAnalyzerFactory
newAnalyzer
in class FileAnalyzerFactory
public void writeXref(java.io.Reader in, java.io.Writer out, Annotation annotation, Project project) throws java.io.IOException
FileAnalyzerFactory
in
.writeXref
in class FileAnalyzerFactory
in
- 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