Methods Summary |
---|
public void | addListener(PluginInstallerListener l)
|
public StandardPlugin[] | getStandardPlugins()Gives access to the list of standard plugins listed on the Azureus website
|
public void | install(InstallablePlugin[] plugins, boolean shared)Install one of more plugins in a single operation
|
public FilePluginInstaller | installFromFile(java.io.File file)Installs a plugin from a file - must be either a ZIP file or a JAR file as per
normal plugin update semantics. Name of file must be of the form:
"_" "." ["jar" | "zip" ].
For example
myplugin_1.0.jar
|
public void | removeListener(PluginInstallerListener l)
|
public void | requestInstall(java.lang.String reason, InstallablePlugin plugin)Requests any registered listeners to initiate a plugin install process
|
public void | uninstall(org.gudy.azureus2.plugins.PluginInterface plugin_interface)
|
public void | uninstall(org.gudy.azureus2.plugins.PluginInterface[] plugin_interfaces)
|