|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.exception.NoOpPluginExceptionInterception
public class NoOpPluginExceptionInterception
The equivalent of the old plugin system behaviour
| Field Summary | |
|---|---|
static PluginExceptionInterception |
NOOP_INTERCEPTION
|
| Method Summary | |
|---|---|
boolean |
onEnableException(Plugin plugin,
java.lang.Exception pluginException)
This is called when a plugin cant be enabled because an exception has been thrown. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final PluginExceptionInterception NOOP_INTERCEPTION
| Method Detail |
|---|
public boolean onEnableException(Plugin plugin,
java.lang.Exception pluginException)
PluginExceptionInterception
onEnableException in interface PluginExceptionInterceptionplugin - the plugin that has failed to be enabledpluginException - the exception that was thrown during plugin enable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||