Class AdaAnalyzerFactory
java.lang.Object
org.opengrok.indexer.analysis.AnalyzerFactory
org.opengrok.indexer.analysis.FileAnalyzerFactory
org.opengrok.indexer.analysis.ada.AdaAnalyzerFactory
Represents an implementation of
FileAnalyzerFactory to produce
AdaAnalyzer instances.-
Nested Class Summary
Nested classes/interfaces inherited from class org.opengrok.indexer.analysis.FileAnalyzerFactory
FileAnalyzerFactory.Matcher -
Field Summary
Fields inherited from class org.opengrok.indexer.analysis.AnalyzerFactory
cachedAnalyzer, contentType, genre, hasAnnotations, magics, matchers, names, prefixes, suffixes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opengrok.indexer.analysis.FileAnalyzerFactory
getAnalyzer, getName, returnAnalyzerMethods inherited from class org.opengrok.indexer.analysis.AnalyzerFactory
getGenre, hasAnnotations
-
Constructor Details
-
AdaAnalyzerFactory
public AdaAnalyzerFactory()
-
-
Method Details
-
newAnalyzer
Description copied from class:FileAnalyzerFactoryCreate a new analyzer.- Overrides:
newAnalyzerin classFileAnalyzerFactory- Returns:
- an analyzer
-