Class RubyAnalyzerFactory
java.lang.Object
org.opengrok.indexer.analysis.AnalyzerFactory
org.opengrok.indexer.analysis.FileAnalyzerFactory
org.opengrok.indexer.analysis.ruby.RubyAnalyzerFactory
Represents an implementation of
FileAnalyzerFactory to produce
RubyAnalyzer 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
Modifier and TypeMethodDescriptionprotected AbstractAnalyzerCreates a new instance ofRubyAnalyzer.Methods inherited from class org.opengrok.indexer.analysis.FileAnalyzerFactory
getAnalyzer, getName, returnAnalyzerMethods inherited from class org.opengrok.indexer.analysis.AnalyzerFactory
getGenre, hasAnnotations
-
Constructor Details
-
RubyAnalyzerFactory
public RubyAnalyzerFactory()Creates a new instance ofRubyAnalyzerFactory.
-
-
Method Details
-
newAnalyzer
Creates a new instance ofRubyAnalyzer.- Overrides:
newAnalyzerin classFileAnalyzerFactory- Returns:
- the new instance
-