Class AbstractPluginEntryPoint

java.lang.Object
ca.phon.worker.PhonTask
ca.phon.plugin.AbstractPluginEntryPoint
All Implemented Interfaces:
IPluginEntryPoint, Runnable

public abstract class AbstractPluginEntryPoint extends PhonTask implements IPluginEntryPoint
  • Field Details

    • PLUGIN_START_ARGS

      public static final String PLUGIN_START_ARGS
      The performTask method calls pluginStart. This property holds the map of arguments sent to plugin start when performTask is called.
      See Also:
  • Constructor Details

    • AbstractPluginEntryPoint

      public AbstractPluginEntryPoint()
  • Method Details

    • performTask

      public void performTask()
      Description copied from class: PhonTask
      The abstract run method. This method must be implemented by all subclasses.
      Specified by:
      performTask in class PhonTask