public class LocationGrouper extends Object
| Constructor and Description |
|---|
LocationGrouper(Set<org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation> locations) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation>> |
groupByFile()
It sorts the
ComponentLocation by containing file |
Map<org.mule.runtime.api.component.location.LocationPart,Set<org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation>> |
groupByFlow()
It sort the
ComponentLocation by containing flow |
public LocationGrouper(Set<org.mule.munit.plugins.coverage.core.model.CoverageComponentLocation> locations)
Copyright © 2017. All rights reserved.