Interface ConfigurablePluginFactory
-
- All Implemented Interfaces:
-
org.ossreviewtoolkit.utils.common.Plugin
public interface ConfigurablePluginFactory<PLUGIN extends Object> implements Plugin
An interface to be implemented by plugin factories. Plugin factories are required if a plugin needs configuration on initialization and can therefore not be created directly by the ServiceLoader.