Class ProbeProcessor
java.lang.Object
org.ek9lang.cli.coverage.ProbeProcessor
-
Constructor Summary
ConstructorsConstructorDescriptionProbeProcessor(Map<String, String> fileModuleMap, Map<String, Map<Integer, LineCoverage>> fileCoverageMap) Create a probe processor that populates the given maps. -
Method Summary
-
Constructor Details
-
ProbeProcessor
ProbeProcessor(Map<String, String> fileModuleMap, Map<String, Map<Integer, LineCoverage>> fileCoverageMap) Create a probe processor that populates the given maps.- Parameters:
fileModuleMap- Map to populate with file path to module name mappingsfileCoverageMap- Map to populate with file path to line coverage mappings
-
-
Method Details
-
accept
-