Interface IRemoteCommandVisitor
- All Known Implementing Classes:
RemoteControlWriter, TcpConnection
public interface IRemoteCommandVisitor
Interface for remote commands to a coverage runtime.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvisitDumpCommand(boolean dump, boolean reset) Requests a execution data dump with an optional reset.
-
Method Details
-
visitDumpCommand
Requests a execution data dump with an optional reset.- Parameters:
dump-trueif the dump should be executedreset-trueif the reset should be executed- Throws:
IOException- in case of problems with the remote connection
-