Class ExecInfo
java.lang.Object
org.jacoco.cli.internal.Command
org.jacoco.cli.internal.commands.ExecInfo
The
execinfo command.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voiddump(File file, PrintWriter out) intexecute(PrintWriter out, PrintWriter err) Executes the given command.private intgetHitCount(boolean[] data)
-
Field Details
-
execfiles
-
-
Constructor Details
-
ExecInfo
public ExecInfo()
-
-
Method Details
-
description
- Specified by:
descriptionin classCommand- Returns:
- Short description of the command.
-
execute
Description copied from class:CommandExecutes the given command.- Specified by:
executein classCommand- Parameters:
out- std outerr- std err- Returns:
- exit code, should be 0 for normal operation
- Throws:
IOException
-
dump
- Throws:
IOException
-
getHitCount
private int getHitCount(boolean[] data)
-