*/ interface PluginInterface { /** * Exeucte the plugin and return the execution success result. * * @return bool Plugin execution status result. * @throws PluginException * @throws PluginBinaryNotFoundException */ public function execute(); }