| Modifier and Type | Method and Description |
|---|---|
Set<CoverageComponentLocation> |
LocationAccumulator.getCoverageLocations() |
| Modifier and Type | Method and Description |
|---|---|
CoverageComponentLocation |
CoverageComponentLocation.appendLocationPart(String partPath,
Optional<org.mule.runtime.api.component.TypedComponentIdentifier> partIdentifier,
Optional<String> fileName,
Optional<Integer> lineInFile)
Creates a new instance of ComponentLocation adding the specified part.
|
CoverageComponentLocation |
CoverageComponentLocation.appendProcessorsPart()
Utility method that adds a processors part to the location.
|
CoverageComponentLocation |
CoverageComponentLocation.appendRoutePart()
Utility method that adds a router part to the location.
|
static CoverageComponentLocation |
CoverageComponentLocation.fromComponentLocation(org.mule.runtime.api.component.location.ComponentLocation location) |
static CoverageComponentLocation |
CoverageComponentLocation.fromSingleComponent(String component)
Creates a virtual
ComponentLocation for a single element, using the core namespace and using UNKNOWN as type. |
| Modifier and Type | Method and Description |
|---|---|
Set<CoverageComponentLocation> |
ApplicationCoverageReportBuilder.getAllLocations() |
Set<CoverageComponentLocation> |
ApplicationCoverageReportBuilder.getCoveredLocations() |
Map<String,Set<CoverageComponentLocation>> |
LocationGrouper.groupByFile()
It sorts the
ComponentLocation by containing file |
Map<org.mule.runtime.api.component.location.LocationPart,Set<CoverageComponentLocation>> |
LocationGrouper.groupByFlow()
It sort the
ComponentLocation by containing flow |
| Constructor and Description |
|---|
ApplicationCoverageReportBuilder(Set<CoverageComponentLocation> allLocations,
Set<CoverageComponentLocation> coveredLocations,
Set<String> suitePaths) |
ApplicationCoverageReportBuilder(Set<CoverageComponentLocation> allLocations,
Set<CoverageComponentLocation> coveredLocations,
Set<String> suitePaths) |
LocationGrouper(Set<CoverageComponentLocation> locations) |
| Modifier and Type | Method and Description |
|---|---|
Set<CoverageComponentLocation> |
CoverageLocations.getCoverageLocations() |
| Constructor and Description |
|---|
CoverageLocations(Set<CoverageComponentLocation> coverageLocations) |
Copyright © 2019. All rights reserved.