T - Context@ConsumerType public abstract class AbstractContextPlugin<T extends OsgiContextImpl> extends java.lang.Object implements ContextPlugin<T>
ContextPlugin.| Constructor and Description |
|---|
AbstractContextPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterSetUp(T context)
Is executed after the built-in setup rules are executed.
|
void |
afterTearDown(T context)
Is executed after the built-in teardown rules are executed.
|
void |
beforeSetUp(T context)
Is executed before the built-in setup rules are executed.
|
void |
beforeTearDown(T context)
Is executed before the built-in teardown rules are executed.
|
public void beforeSetUp(@NotNull
T context)
throws java.lang.Exception
ContextPluginbeforeSetUp in interface ContextPlugin<T extends OsgiContextImpl>context - OSGi contextjava.lang.Exception - exceptionpublic void afterSetUp(@NotNull
T context)
throws java.lang.Exception
ContextPluginafterSetUp in interface ContextPlugin<T extends OsgiContextImpl>context - OSGi contextjava.lang.Exception - exceptionpublic void beforeTearDown(@NotNull
T context)
throws java.lang.Exception
ContextPluginbeforeTearDown in interface ContextPlugin<T extends OsgiContextImpl>context - OSGi contextjava.lang.Exception - exceptionpublic void afterTearDown(@NotNull
T context)
throws java.lang.Exception
ContextPluginafterTearDown in interface ContextPlugin<T extends OsgiContextImpl>context - OSGi contextjava.lang.Exception - exceptionCopyright © 2014–2021 wcm.io. All rights reserved.