public class PluginSystemLauncher extends Object implements JiraLauncher
| Modifier and Type | Field and Description |
|---|---|
static String |
INSTANT_DOWN_PROPERTY |
| Constructor and Description |
|---|
PluginSystemLauncher(JiraProperties jiraSystemProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected static Field |
getResourceEntriesField(Class<? extends ClassLoader> contextClassLoaderClass) |
void |
lateStart()
Start delayed plugins (if any).
|
void |
start()
Start the plugin system.
|
void |
stop()
Called when JIRA is shutting down.
|
public static final String INSTANT_DOWN_PROPERTY
public PluginSystemLauncher(JiraProperties jiraSystemProperties)
public void start()
start in interface JiraLauncherDefaultJiraLauncherpublic void lateStart()
protected static Field getResourceEntriesField(Class<? extends ClassLoader> contextClassLoaderClass) throws NoSuchFieldException
NoSuchFieldExceptionpublic void stop()
JiraLauncherstop in interface JiraLauncherDefaultJiraLauncherCopyright © 2002-2016 Atlassian. All Rights Reserved.