Uses of Interface
org.apache.any23.extractor.Extractor
-
Packages that use Extractor Package Description org.apache.any23.extractor org.apache.any23.plugin This package provides Plugin Management support for Any23. -
-
Uses of Extractor in org.apache.any23.extractor
Classes in org.apache.any23.extractor with type parameters of type Extractor Modifier and Type Interface Description interface
ExtractorFactory<T extends Extractor<?>>
Interface defining a factory forExtractor
.Subinterfaces of Extractor in org.apache.any23.extractor Modifier and Type Interface Description static interface
Extractor.BlindExtractor
static interface
Extractor.ContentExtractor
This interface specializes anExtractor
able to handleInputStream
as input format.static interface
Extractor.TagSoupDOMExtractor
-
Uses of Extractor in org.apache.any23.plugin
Classes in org.apache.any23.plugin with type parameters of type Extractor Modifier and Type Interface Description interface
ExtractorPlugin<T extends Extractor<?>>
Deprecated.ExtractorFactory now supports META-INF/services discovery via theServiceLoader
, deprecating this class.
-