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, PluginArtifact pluginArtifact)
          Installs the plugin with the given key.
 

Method Detail

installPlugin

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



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.