Class PlatformManagerUnixPlugin

java.lang.Object
com.biglybt.platform.unix.PlatformManagerUnixPlugin
All Implemented Interfaces:
Plugin

public class PlatformManagerUnixPlugin extends Object implements Plugin
  • Field Details

  • Constructor Details

    • PlatformManagerUnixPlugin

      public PlatformManagerUnixPlugin()
  • Method Details

    • initialize

      public void initialize(PluginInterface _plugin_interface) throws PluginException
      Description copied from interface: Plugin
      This method is called when the Plugin is loaded by the client
      Specified by:
      initialize in interface Plugin
      Parameters:
      _plugin_interface - the interface that the plugin must use to communicate with the client
      Throws:
      PluginException
    • checkStartupScript

      private void checkStartupScript()
      Since:
      3.0.1.7
    • findCommand

      private String findCommand(String name)
    • showScriptManualUpdateDialog

      private void showScriptManualUpdateDialog(String newFilePath, String oldFilePath, int version)
    • showScriptAutoUpdateDialog

      private void showScriptAutoUpdateDialog()