org.opensolaris.opengrok.analysis.archive
Class ZipAnalyzerFactory

java.lang.Object
  extended by org.opensolaris.opengrok.analysis.FileAnalyzerFactory
      extended by org.opensolaris.opengrok.analysis.archive.ZipAnalyzerFactory

public final class ZipAnalyzerFactory
extends FileAnalyzerFactory


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

Field Detail

DEFAULT_INSTANCE

public static final ZipAnalyzerFactory DEFAULT_INSTANCE
Method Detail

newAnalyzer

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

Overrides:
newAnalyzer in class FileAnalyzerFactory
Returns:
an analyzer