Package org.jacoco.core.runtime
Interface IRemoteCommandVisitor
-
- All Known Implementing Classes:
RemoteControlWriter,TcpConnection
public interface IRemoteCommandVisitorInterface for remote commands to a coverage runtime.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisitDumpCommand(boolean dump, boolean reset)Requests a execution data dump with an optional reset.
-
-
-
Method Detail
-
visitDumpCommand
void visitDumpCommand(boolean dump, boolean reset) throws java.io.IOExceptionRequests a execution data dump with an optional reset.- Parameters:
dump-trueif the dump should be executedreset-trueif the reset should be executed- Throws:
java.io.IOException- in case of problems with the remote connection
-
-