Class ClassInfo
java.lang.Object
org.jacoco.cli.internal.Command
org.jacoco.cli.internal.commands.ClassInfo
The
classinfo command.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintexecute(PrintWriter out, PrintWriter err) Executes the given command.
-
Field Details
-
classfiles
-
verbose
boolean verbose
-
-
Constructor Details
-
ClassInfo
public ClassInfo()
-
-
Method Details
-
description
- Specified by:
descriptionin classCommand- Returns:
- Short description of the command.
-
execute
Description copied from class:CommandExecutes the given command.- Specified by:
executein classCommand- Parameters:
out- std outerr- std err- Returns:
- exit code, should be 0 for normal operation
- Throws:
IOException
-