Package com.biglybt.platform.unix
Class PlatformManagerUnixPlugin
- java.lang.Object
-
- com.biglybt.platform.unix.PlatformManagerUnixPlugin
-
-
Field Summary
Fields Modifier and Type Field Description private PluginInterface
plugin_interface
-
Constructor Summary
Constructors Constructor Description PlatformManagerUnixPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
checkStartupScript()
private java.lang.String
findCommand(java.lang.String name)
void
initialize(PluginInterface _plugin_interface)
This method is called when the Plugin is loaded by the clientprivate void
showScriptAutoUpdateDialog()
private void
showScriptManualUpdateDialog(java.lang.String newFilePath, java.lang.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 Detail
-
plugin_interface
private PluginInterface plugin_interface
-
-
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 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
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()
-
-