Package org.jacoco.cli.internal.commands
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 void
dump
(File file, PrintWriter out) int
execute
(PrintWriter out, PrintWriter err) Executes the given command.private int
getHitCount
(boolean[] data)
-
Field Details
-
execfiles
-
-
Constructor Details
-
ExecInfo
public ExecInfo()
-
-
Method Details
-
description
- Specified by:
description
in classCommand
- Returns:
- Short description of the command.
-
execute
Description copied from class:Command
Executes the given command.- Specified by:
execute
in 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)
-