Package org.ossreviewtoolkit.plugins.api
Interface Plugin
-
- All Implemented Interfaces:
public interface PluginA plugin that ORT can use. Each plugin extension point of ORT must inherit from this interface.
-
-
Method Summary
Modifier and Type Method Description abstract PluginDescriptorgetDescriptor()-
-
Method Detail
-
getDescriptor
abstract PluginDescriptor getDescriptor()
-
-
-
-