ServiceLoader,
deprecating this class.
Instead implement a subinterface of Extractor and
ensure that your plugin is in compliance with the META-INF/services mechanism.@Deprecated public interface ExtractorPlugin<T extends Extractor<?>>
| Modifier and Type | Method and Description |
|---|---|
ExtractorFactory<T> |
getExtractorFactory()
Deprecated.
|
ExtractorFactory<T> getExtractorFactory()
ExtractorFactory for the plugin.Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.