|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.main.AtlassianPlugins
public class AtlassianPlugins
Facade interface to the Atlassian Plugins framework. See the package Javadocs for usage information.
| Field Summary | |
|---|---|
static String |
TEMP_DIRECTORY_SUFFIX
Suffix for temporary directories which will be removed on shutdown |
| Constructor Summary | |
|---|---|
AtlassianPlugins(PluginsConfiguration config)
Constructs an instance of the plugin framework with the specified config. |
|
| Method Summary | |
|---|---|
OsgiContainerManager |
getOsgiContainerManager()
|
PluginAccessor |
getPluginAccessor()
|
PluginController |
getPluginController()
|
PluginEventManager |
getPluginEventManager()
|
void |
start()
Starts the plugins framework. |
void |
stop()
Stops the framework. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TEMP_DIRECTORY_SUFFIX
| Constructor Detail |
|---|
public AtlassianPlugins(PluginsConfiguration config)
PluginsConfigurationBuilder class to create
a configuration instance.
config - The plugins configuration to use| Method Detail |
|---|
public 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||