Package com.biglybt.platform.unix
Class PlatformManagerUnixPlugin
java.lang.Object
com.biglybt.platform.unix.PlatformManagerUnixPlugin
- All Implemented Interfaces:
Plugin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
private String
findCommand
(String name) void
initialize
(PluginInterface _plugin_interface) This method is called when the Plugin is loaded by the clientprivate void
private void
showScriptManualUpdateDialog
(String newFilePath, String oldFilePath, int version) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.biglybt.pif.Plugin
getInitialProperties
-
Field Details
-
plugin_interface
-
-
Constructor Details
-
PlatformManagerUnixPlugin
public PlatformManagerUnixPlugin()
-
-
Method Details
-
initialize
Description copied from interface:Plugin
This method is called when the Plugin is loaded by the client- Specified by:
initialize
in interfacePlugin
- 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
-
showScriptManualUpdateDialog
-
showScriptAutoUpdateDialog
private void showScriptAutoUpdateDialog()
-