Uses of Interface
org.apache.tika.extractor.ContainerExtractor
Packages that use ContainerExtractor
-
Uses of ContainerExtractor in org.apache.tika.extractor
Classes in org.apache.tika.extractor that implement ContainerExtractorModifier and TypeClassDescriptionclass
An implementation ofContainerExtractor
powered by the regularParser
API.Methods in org.apache.tika.extractor with parameters of type ContainerExtractorModifier and TypeMethodDescriptionvoid
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)