public class MunitModule
extends org.mule.runtime.api.component.AbstractComponent
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 EnableFlowSources |
enableFlowSources
List of flows to exclude from disableFlowSources configuration
|
protected org.mule.runtime.api.artifact.Registry |
muleRegistry |
static String |
MUNIT_MODULE_ID |
| Constructor and Description |
|---|
MunitModule() |
| Modifier and Type | Method and Description |
|---|---|
EnableFlowSources |
getEnableFlowSources() |
String |
getName() |
boolean |
isDisableFlowSources() |
void |
reset() |
void |
setDisableFlowSources(boolean disableFlowSources) |
void |
setEnableFlowSources(EnableFlowSources enableFlowSources) |
public static final String MUNIT_MODULE_ID
@Inject protected org.mule.runtime.api.artifact.Registry muleRegistry
protected boolean disableFlowSources
protected EnableFlowSources enableFlowSources
public void setDisableFlowSources(boolean disableFlowSources)
public boolean isDisableFlowSources()
public void setEnableFlowSources(EnableFlowSources enableFlowSources)
public EnableFlowSources getEnableFlowSources()
public void reset()
public String getName()
Copyright © 2017. All rights reserved.