public class MunitPluginManager extends Object
| Constructor and Description |
|---|
MunitPluginManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
disposePlugins() |
void |
initialisePlugins() |
void |
loadAndInitialisePlugins() |
void |
loadPlugins() |
void |
setMuleContext(org.mule.runtime.core.api.MuleContext context) |
void |
setPluginFactory(MunitPluginFactory pluginFactory) |
void |
startPlugins() |
void |
stopPlugins() |
public void setMuleContext(org.mule.runtime.core.api.MuleContext context)
public void setPluginFactory(MunitPluginFactory pluginFactory)
public void loadAndInitialisePlugins()
throws org.mule.runtime.api.lifecycle.InitialisationException
org.mule.runtime.api.lifecycle.InitialisationExceptionpublic void loadPlugins()
public void initialisePlugins()
throws org.mule.runtime.api.lifecycle.InitialisationException
org.mule.runtime.api.lifecycle.InitialisationExceptionpublic void startPlugins()
throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionpublic void stopPlugins()
throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionpublic void disposePlugins()
Copyright © 2017. All rights reserved.