public interface PluginSystemLifecycle
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Initialise the plugin system.
|
void |
shutdown()
Destroys the plugin manager.
|
void |
warmRestart()
Restart all plugins by disabling and enabling them in the order they were loaded (by plugin loader)
|
void init() throws PluginParseException, NotificationException
PluginParseException - If parsing the plugins failed.IllegalStateException - if already initialized or already in the process of initialization.NotificationException - If any of the Event Listeners throw an exception on the Framework startup events.void shutdown()
void warmRestart()
Copyright © 2019 Atlassian. All rights reserved.