public class LocationAccumulator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<org.mule.runtime.api.component.location.ComponentLocation> |
coveredLocations |
| Constructor and Description |
|---|
LocationAccumulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCoveredLocation(org.mule.runtime.api.component.location.ComponentLocation location)
Register the execution of a processor
|
Set<CoverageComponentLocation> |
getCoverageLocations() |
Set<org.mule.runtime.api.component.location.ComponentLocation> |
getLocations() |
protected Set<org.mule.runtime.api.component.location.ComponentLocation> coveredLocations
public void addCoveredLocation(org.mule.runtime.api.component.location.ComponentLocation location)
location - public Set<org.mule.runtime.api.component.location.ComponentLocation> getLocations()
public Set<CoverageComponentLocation> getCoverageLocations()
Copyright © 2018. All rights reserved.