org.opensolaris.opengrok.analysis.executables
Class ELFAnalyzerFactory

java.lang.Object
  extended by org.opensolaris.opengrok.analysis.FileAnalyzerFactory
      extended by org.opensolaris.opengrok.analysis.executables.ELFAnalyzerFactory

public class ELFAnalyzerFactory
extends FileAnalyzerFactory


Nested Class Summary
 
Nested classes/interfaces inherited from class org.opensolaris.opengrok.analysis.FileAnalyzerFactory
FileAnalyzerFactory.Matcher
 
Constructor Summary
ELFAnalyzerFactory()
           
 
Method Summary
protected  FileAnalyzer newAnalyzer()
          Create a new analyzer.
 
Methods inherited from class org.opensolaris.opengrok.analysis.FileAnalyzerFactory
getAnalyzer, getContentType, getGenre, getMagicStrings, getMatchers, getSuffixes, writeXref
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELFAnalyzerFactory

public ELFAnalyzerFactory()
Method Detail

newAnalyzer

protected FileAnalyzer newAnalyzer()
Description copied from class: FileAnalyzerFactory
Create a new analyzer.

Overrides:
newAnalyzer in class FileAnalyzerFactory
Returns:
an analyzer