Class Dump

java.lang.Object
org.jacoco.cli.internal.Command
org.jacoco.cli.internal.commands.Dump

public class Dump extends Command
The dump command.
  • Field Details

    • address

      String address
    • port

      int port
    • destfile

      File destfile
    • reset

      boolean reset
    • retrycount

      int retrycount
  • Constructor Details

    • Dump

      public Dump()
  • Method Details

    • description

      public String description()
      Specified by:
      description in class Command
      Returns:
      Short description of the command.
    • execute

      public int execute(PrintWriter out, PrintWriter err) throws Exception
      Description copied from class: Command
      Executes the given command.
      Specified by:
      execute in class Command
      Parameters:
      out - std out
      err - std err
      Returns:
      exit code, should be 0 for normal operation
      Throws:
      Exception - any exception that my occur during execution