com.atlassian.plugin
Interface PluginInstaller

All Known Subinterfaces:
RevertablePluginInstaller
All Known Implementing Classes:
FilePluginInstaller

public interface PluginInstaller

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


Method Summary
 void installPlugin(String key, PluginArtifact pluginArtifact)
          Installs the plugin with the given key.
 

Method Detail

installPlugin

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



Copyright © 2011 Atlassian. All Rights Reserved.