com.atlassian.plugin
Interface PluginInstaller

All Known Implementing Classes:
FilePluginInstaller

public interface PluginInstaller

A place to store plugins which can be installed and uninstalled.


Method Summary
 void installPlugin(java.lang.String key, PluginJar pluginJar)
          Installs the plugin with the given key.
 

Method Detail

installPlugin

void installPlugin(java.lang.String key,
                   PluginJar pluginJar)
Installs the plugin with the given key. If the plugin already exists, it is replaced silently.



Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.