Package org.jacoco.cli.internal.commands
Class Dump
java.lang.Object
org.jacoco.cli.internal.Command
org.jacoco.cli.internal.commands.Dump
The
dump
command.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
execute
(PrintWriter out, PrintWriter err) Executes the given command.
-
Field Details
-
Constructor Details
-
Dump
public Dump()
-
-
Method Details
-
description
- Specified by:
description
in classCommand
- Returns:
- Short description of the command.
-
execute
Description copied from class:Command
Executes the given command.
-