org.jacoco.core.runtime
Interface IRemoteCommandVisitor
- All Known Implementing Classes:
- RemoteControlWriter
public interface IRemoteCommandVisitor
Interface for remote commands to a coverage runtime.
- Version:
- 0.4.1.20101007204400
- Author:
- Marc R. Hoffmann
Method Summary |
void |
visitDumpCommand(boolean dump,
boolean reset)
Requests a execution data dump with an optional reset. |
visitDumpCommand
void visitDumpCommand(boolean dump,
boolean reset)
- Requests a execution data dump with an optional reset.
- Parameters:
dump
- true
if the dump should be executedreset
- true
if the reset should be executed