Uses of Interface
org.apache.tika.extractor.ContainerExtractor
-
Packages that use ContainerExtractor Package Description 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 Modifier and Type Class Description class
ParserContainerExtractor
An implementation ofContainerExtractor
powered by the regularParser
API.Methods in org.apache.tika.extractor with parameters of type ContainerExtractor Modifier and Type Method Description void
ContainerExtractor. extract(TikaInputStream stream, ContainerExtractor recurseExtractor, EmbeddedResourceHandler handler)
Processes a container file, and extracts all the embedded resources from within it.void
ParserContainerExtractor. extract(TikaInputStream stream, ContainerExtractor recurseExtractor, EmbeddedResourceHandler handler)
-