public interface

PluginInstaller

com.atlassian.plugin.PluginInstaller
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
abstract void installPlugin(String key, PluginArtifact pluginArtifact)
Installs the plugin with the given key.

Public Methods

public abstract void installPlugin (String key, PluginArtifact pluginArtifact)

Installs the plugin with the given key. If the plugin already exists, it is replaced silently.