Interface Plugin
-
- All Implemented Interfaces:
public interface PluginAn interface to be implemented by any ORT plugin.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPlugin.Companion
-
Method Summary
Modifier and Type Method Description abstract StringgetType()The type of the plugin. BooleanisEnabledByDefault()-
-
Method Detail
-
isEnabledByDefault
Boolean isEnabledByDefault()
-
-
-
-