Package org.jacoco.core.data
Interface IExecutionDataVisitor
- All Known Implementing Classes:
ExecutionDataStore
,ExecutionDataWriter
,RemoteControlWriter
public interface IExecutionDataVisitor
Interface for data output of collected execution data. This interface is
meant to be implemented by parties that want to retrieve data from the
coverage runtime.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Provides execution data for a class.
-
Method Details
-
visitClassExecution
Provides execution data for a class.- Parameters:
data
- execution data for a class
-