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