Package org.ossreviewtoolkit.plugins.api
See: Description
-
Annotation Summary Annotation Description OrtPlugin An annotation to mark a class as an ORT plugin. OrtPluginOption An annotation to mark a property as an option for an ORT plugin. -
Class Summary Class Description PluginConfig The configuration of a plugin, used as input for PluginFactory.create. PluginDescriptor A descriptor holding the metadata of a plugin. PluginOption A configuration option for a plugin. Secret A secret value that should not be printed in logs. -
Enum Summary Enum Description PluginOptionType The supported types of plugin options. -
Object Summary Object Description Companion -
Interface Summary Interface Description PluginFactory A factory interface for creating plugins of type PLUGIN. Plugin A plugin that ORT can use.