Package org.jacoco.cli.internal.commands
Class ExecInfo
- java.lang.Object
-
- org.jacoco.cli.internal.Command
-
- org.jacoco.cli.internal.commands.ExecInfo
-
public class ExecInfo extends Command
Theexecinfocommand.
-
-
Constructor Summary
Constructors Constructor Description ExecInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdescription()private voiddump(java.io.File file, java.io.PrintWriter out)intexecute(java.io.PrintWriter out, java.io.PrintWriter err)Executes the given command.private intgetHitCount(boolean[] data)
-
-
-
Method Detail
-
description
public java.lang.String description()
- Specified by:
descriptionin classCommand- Returns:
- Short description of the command.
-
execute
public int execute(java.io.PrintWriter out, java.io.PrintWriter err) throws java.io.IOExceptionDescription copied from class:CommandExecutes the given command.
-
dump
private void dump(java.io.File file, java.io.PrintWriter out) throws java.io.IOException- Throws:
java.io.IOException
-
getHitCount
private int getHitCount(boolean[] data)
-
-