SMILA 1.0 API documentation

org.eclipse.smila.connectivity.framework.compound.zip
Class ZipCompoundHandler

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.compound.AbstractCompoundHandler
      extended by org.eclipse.smila.connectivity.framework.compound.zip.ZipCompoundHandler
All Implemented Interfaces:
CompoundHandler

public class ZipCompoundHandler
extends AbstractCompoundHandler

A CompoundHandler for zip files.


Constructor Summary
ZipCompoundHandler()
           
 
Method Summary
 java.util.Collection<java.lang.String> getSupportedMimeTypes()
          Gets the mime types the CompoundHandler is capable to extract.
 
Methods inherited from class org.eclipse.smila.connectivity.framework.compound.AbstractCompoundHandler
extract, setCompoundCrawlerFactory, unsetCompoundCrawlerFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipCompoundHandler

public ZipCompoundHandler()
Method Detail

getSupportedMimeTypes

public java.util.Collection<java.lang.String> getSupportedMimeTypes()
Gets the mime types the CompoundHandler is capable to extract.

Returns:
a Collection of mime types the CompoundHandler is capable to extract.
See Also:
CompoundHandler#getSupportedMimeTypes()

SMILA 1.0 API documentation