Interface ExtractorPlugin<T extends Extractor<?>>


  • @Deprecated
    public 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.
    This interface defines an Any23 extractor plugin that can be detected and registered from the library classpath.
    Author:
    Michele Mostarda (mostarda@fbk.eu)