Uses of Interface
org.apache.tika.extractor.ContainerExtractor

Packages that use ContainerExtractor
org.apache.tika.extractor Extraction of component documents. 
 

Uses of ContainerExtractor in org.apache.tika.extractor
 

Classes in org.apache.tika.extractor that implement ContainerExtractor
 class ParserContainerExtractor
          An implementation of ContainerExtractor powered by the regular Parser API.
 

Methods in org.apache.tika.extractor with parameters of type ContainerExtractor
 void ParserContainerExtractor.extract(TikaInputStream stream, ContainerExtractor recurseExtractor, EmbeddedResourceHandler handler)
           
 void ContainerExtractor.extract(TikaInputStream stream, ContainerExtractor recurseExtractor, EmbeddedResourceHandler handler)
          Processes a container file, and extracts all the embedded resources from within it.
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.