public class MunitModule
extends org.mule.runtime.api.meta.AbstractAnnotatedObject
Model representing the MUnit configuration
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
disableFlowSources
Defines if the flow sources should be disabled or not
|
protected ExcludeFlowSources |
excludeFlowSources
List of flows to exclude from disableFlowSources configuration
|
protected org.mule.runtime.core.api.MuleContext |
muleContext |
static String |
MUNIT_MODULE_ID |
| Constructor and Description |
|---|
MunitModule() |
| Modifier and Type | Method and Description |
|---|---|
ExcludeFlowSources |
getExcludeFlowSources() |
org.mule.runtime.core.api.MuleContext |
getMuleContext() |
boolean |
isDisableFlowSources() |
void |
reset() |
void |
setDisableFlowSources(boolean disableFlowSources) |
void |
setExcludeFlowSources(ExcludeFlowSources excludeFlowSources) |
public static final String MUNIT_MODULE_ID
@Inject protected org.mule.runtime.core.api.MuleContext muleContext
protected boolean disableFlowSources
protected ExcludeFlowSources excludeFlowSources
public void setDisableFlowSources(boolean disableFlowSources)
public boolean isDisableFlowSources()
public void setExcludeFlowSources(ExcludeFlowSources excludeFlowSources)
public ExcludeFlowSources getExcludeFlowSources()
public org.mule.runtime.core.api.MuleContext getMuleContext()
public void reset()
Copyright © 2017. All rights reserved.