Package org.jacoco.cli.internal.commands
Class Merge
- java.lang.Object
-
- org.jacoco.cli.internal.Command
-
- org.jacoco.cli.internal.commands.Merge
-
public class Merge extends Command
Themerge
command.
-
-
Constructor Summary
Constructors Constructor Description Merge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
description()
int
execute(java.io.PrintWriter out, java.io.PrintWriter err)
Executes the given command.private ExecFileLoader
loadExecutionData(java.io.PrintWriter out)
-
-
-
Method Detail
-
description
public java.lang.String description()
- Specified by:
description
in classCommand
- Returns:
- Short description of the command.
-
execute
public int execute(java.io.PrintWriter out, java.io.PrintWriter err) throws java.io.IOException
Description copied from class:Command
Executes the given command.
-
loadExecutionData
private ExecFileLoader loadExecutionData(java.io.PrintWriter out) throws java.io.IOException
- Throws:
java.io.IOException
-
-