Package org.jacoco.cli.internal.commands
Class Dump
- java.lang.Object
-
- org.jacoco.cli.internal.Command
-
- org.jacoco.cli.internal.commands.Dump
-
public class Dump extends Command
Thedumpcommand.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Stringaddress(package private) java.io.Filedestfile(package private) intport(package private) booleanreset(package private) intretrycount
-
Constructor Summary
Constructors Constructor Description Dump()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdescription()intexecute(java.io.PrintWriter out, java.io.PrintWriter err)Executes the given command.
-
-
-
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.lang.ExceptionDescription copied from class:CommandExecutes the given command.
-
-