Package org.ossreviewtoolkit.plugins.api
Class PluginConfig
-
- All Implemented Interfaces:
public final class PluginConfigThe configuration of a plugin, used as input for PluginFactory.create.
-
-
Method Summary
-
-
Method Detail
-
getOptions
final Map<String, String> getOptions()
The configuration options of the plugin.
-
getSecrets
final Map<String, String> getSecrets()
The configuration secrets of the plugin.
This property is not serialized to ensure that secrets do not appear in serialized output.
-
-
-
-