public class MuleResource extends Object
A model that represents a Mule Config File
| Constructor and Description |
|---|
MuleResource(String name) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getBranchCoverage() |
Double |
getCoverage() |
Integer |
getCoveredMessageProcessorCount() |
List<MuleFlow> |
getFlows() |
Integer |
getMessageProcessorCount() |
String |
getName() |
Double |
getWeight() |
String |
getWeightFormatted() |
void |
setFlows(List<MuleFlow> flows) |
void |
setWeight(Double weight) |
public MuleResource(String name)
public String getName()
public void setWeight(Double weight)
public Double getWeight()
public Double getBranchCoverage()
public String getWeightFormatted()
public Double getCoverage()
public Integer getMessageProcessorCount()
public Integer getCoveredMessageProcessorCount()
Copyright © 2018. All rights reserved.