org.jacoco.cli.internal.commands
Class Dump

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

public class Dump
extends Command

The dump command.


Field Summary
 
Fields inherited from class org.jacoco.cli.internal.Command
help, JAVACMD, quiet
 
Constructor Summary
Dump()
           
 
Method Summary
 String description()
           
 int execute(PrintWriter out, PrintWriter err)
          Executes the given command.
 
Methods inherited from class org.jacoco.cli.internal.Command
name, printHelp, usage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dump

public Dump()
Method Detail

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


Copyright © 2009–2023 Mountainminds GmbH & Co. KG. All rights reserved.