List of all members.
Detailed Description
Member Function Documentation
| static void icy.plugin.PluginInstaller.addListener |
( |
PluginInstallerListener |
listener | ) |
[static] |
Add a listener
- Parameters:
-
| static boolean icy.plugin.PluginInstaller.canDeletePlugin |
( |
PluginDescriptor |
plugin | ) |
[static] |
return true if the specified plugin can be deleted
| static void icy.plugin.PluginInstaller.desinstall |
( |
PluginDescriptor |
plugin, |
|
|
boolean |
showConfirm |
|
) |
| [static] |
uninstall a plugin (asynchronous)
Return local plugin list which depend from specified plugin
Fill list with local dependences (plugins) of specified plugin
| static void icy.plugin.PluginInstaller.install |
( |
PluginDescriptor |
plugin, |
|
|
boolean |
showConfirm |
|
) |
| [static] |
install a plugin (asynchronous)
| static boolean icy.plugin.PluginInstaller.isDesinstalling |
( |
| ) |
[static] |
| static boolean icy.plugin.PluginInstaller.isDesinstallingPlugin |
( |
PluginDescriptor |
plugin | ) |
[static] |
return true if specified plugin is currently being desinstalled or will be desinstalled
| static boolean icy.plugin.PluginInstaller.isInstalling |
( |
| ) |
[static] |
| static boolean icy.plugin.PluginInstaller.isInstallingPlugin |
( |
PluginDescriptor |
plugin | ) |
[static] |
return true if specified plugin is currently being installed or will be installed
| static boolean icy.plugin.PluginInstaller.isWaitingForDesinstall |
( |
PluginDescriptor |
plugin | ) |
[static] |
return true if 'plugin' is in the remove FIFO
| static boolean icy.plugin.PluginInstaller.isWaitingForInstall |
( |
PluginDescriptor |
plugin | ) |
[static] |
return true if 'plugin' is in the install FIFO
| static void icy.plugin.PluginInstaller.removeListener |
( |
PluginInstallerListener |
listener | ) |
[static] |
Remove a listener
- Parameters:
-
The documentation for this class was generated from the following file:
- C:/Documents and Settings/Administrator/quia2/ICY Kernel/icy/plugin/PluginInstaller.java