Class PlatformManagerUnixPlugin

  • All Implemented Interfaces:
    Plugin

    public class PlatformManagerUnixPlugin
    extends java.lang.Object
    implements Plugin
    • Constructor Detail

      • PlatformManagerUnixPlugin

        public PlatformManagerUnixPlugin()
    • Method Detail

      • 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 java.lang.String findCommand​(java.lang.String name)
      • showScriptManualUpdateDialog

        private void showScriptManualUpdateDialog​(java.lang.String newFilePath,
                                                  java.lang.String oldFilePath,
                                                  int version)
      • showScriptAutoUpdateDialog

        private void showScriptAutoUpdateDialog()