public class AtlassianPlugins extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TEMP_DIRECTORY_SUFFIX
Suffix for temporary directories which will be removed on shutdown
|
| Constructor and Description |
|---|
AtlassianPlugins(PluginsConfiguration config)
Constructs an instance of the plugin framework with the specified config.
|
| Modifier and Type | Method and Description |
|---|---|
OsgiContainerManager |
getOsgiContainerManager() |
PluginAccessor |
getPluginAccessor() |
PluginController |
getPluginController() |
PluginEventManager |
getPluginEventManager() |
void |
start()
Starts the plugins framework.
|
void |
stop()
Stops the framework.
|
public static final String TEMP_DIRECTORY_SUFFIX
public AtlassianPlugins(PluginsConfiguration config)
PluginsConfigurationBuilder class to create
a configuration instance.config - The plugins configuration to usepublic void start()
throws PluginParseException
PluginParseException - If there was any problems parsing any of the pluginspublic void stop()
public OsgiContainerManager getOsgiContainerManager()
public PluginEventManager getPluginEventManager()
public PluginController getPluginController()
public PluginAccessor getPluginAccessor()
Copyright © 2014 Atlassian. All rights reserved.