| Package | Description |
|---|---|
| org.apache.any23.extractor | |
| org.apache.any23.plugin |
This package provides Plugin Management support for Any23.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtractorFactory<T extends Extractor<?>>
Interface defining a factory for
Extractor. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Extractor.BlindExtractor
|
static interface |
Extractor.ContentExtractor
This interface specializes an
Extractor able to handle
InputStream as input format. |
static interface |
Extractor.TagSoupDOMExtractor
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtractorPlugin<T extends Extractor<?>>
Deprecated.
ExtractorFactory now supports
META-INF/services discovery via the
ServiceLoader,
deprecating this class.
Instead implement a subinterface of Extractor and
ensure that your plugin is in compliance with the META-INF/services mechanism. |
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.