File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
model/src/main/kotlin/config Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,15 @@ import com.fasterxml.jackson.annotation.JsonIgnore
2323
2424import com.sksamuel.hoplite.ConfigAlias
2525
26+ import org.ossreviewtoolkit.utils.common.ConfigurablePluginFactory
2627import org.ossreviewtoolkit.utils.common.Options
2728import org.ossreviewtoolkit.utils.common.Plugin
2829
2930/* *
30- * The configuration of provider plugins.
31+ * The configuration of provider [plugins][ConfigurablePluginFactory]. This class is used when multiple instances of the
32+ * same type of plugin should be configurable, like it is for example possible for package curation providers.
33+ * Therefore, each configured plugin gets a unique [id] in addition to the plugin [type] to be able to distinguish
34+ * different configurations for the same plugin type.
3135 */
3236data class ProviderPluginConfiguration (
3337 /* *
You can’t perform that action at this time.
0 commit comments