Interface PluginFactory

  • All Implemented Interfaces:

    
    public interface PluginFactory<PLUGIN extends Plugin>
    
                        

    A factory interface for creating plugins of type PLUGIN. The different plugin endpoints ORT provides must inherit from this interface.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract PLUGIN create(PluginConfig config) Create a new instance of PLUGIN from config.
      abstract PluginDescriptor getDescriptor() The descriptor of the plugin
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait