public class MunitPluginFactory extends Object
MunitPlugin that are in the Class Loader, those plugins are set with the MuleContext
(if necessary) but are not initialised| Modifier and Type | Field and Description |
|---|---|
static String |
META_INF_MUNIT_PLUGIN_PROPERTIES |
| Constructor and Description |
|---|
MunitPluginFactory() |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.mule.munit.common.extension.MunitPlugin> |
loadPlugins(org.mule.runtime.core.api.MuleContext context)
It loads each MUnit Plugin it can find in the current thread classloader
|
public static final String META_INF_MUNIT_PLUGIN_PROPERTIES
public Collection<org.mule.munit.common.extension.MunitPlugin> loadPlugins(org.mule.runtime.core.api.MuleContext context)
context - the context require to be send to each plugin loadedCopyright © 2017. All rights reserved.