public class PluginSystemLauncher extends Object implements JiraLauncher
| Constructor and Description |
|---|
PluginSystemLauncher() |
| Modifier and Type | Method and Description |
|---|---|
protected static Field |
getResourceEntriesField(Class<? extends ClassLoader> contextClassLoaderClass) |
void |
start()
Called during JIRA "startup".
|
void |
stop()
Called when JIRA is shutting down.
|
public void start()
JiraLauncherThe logic for ordering all of this will be handled by the DefaultJiraLauncher.
start in interface JiraLauncherDefaultJiraLauncherprotected static Field getResourceEntriesField(Class<? extends ClassLoader> contextClassLoaderClass) throws NoSuchFieldException
NoSuchFieldExceptionpublic void stop()
JiraLauncherstop in interface JiraLauncherDefaultJiraLauncherCopyright © 2002-2015 Atlassian. All Rights Reserved.