Class HCLAnalyzerFactory
java.lang.Object
org.opengrok.indexer.analysis.AnalyzerFactory
org.opengrok.indexer.analysis.FileAnalyzerFactory
org.opengrok.indexer.analysis.hcl.HCLAnalyzerFactory
Represents an extension of
FileAnalyzerFactory
to produce
HCLAnalyzer
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 AbstractAnalyzer
Creates a new instance ofHCLAnalyzer
.Methods inherited from class org.opengrok.indexer.analysis.FileAnalyzerFactory
getAnalyzer, getName, returnAnalyzer
Methods inherited from class org.opengrok.indexer.analysis.AnalyzerFactory
getGenre, hasAnnotations
-
Constructor Details
-
HCLAnalyzerFactory
public HCLAnalyzerFactory()Creates a new instance ofHCLAnalyzerFactory
.
-
-
Method Details
-
newAnalyzer
Creates a new instance ofHCLAnalyzer
.- Overrides:
newAnalyzer
in classFileAnalyzerFactory
- Returns:
- the new instance
-