Package org.jacoco.cli.internal
Class Main
java.lang.Object
org.jacoco.cli.internal.Command
org.jacoco.cli.internal.Main
Entry point for all command line operations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String[]
(package private) Command
private static final PrintWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
execute
(PrintWriter out, PrintWriter err) Executes the given command.static void
Main entry point for program invocations.usage
(CommandParser parser)
-
Field Details
-
NUL
-
args
-
command
Command command
-
-
Constructor Details
-
Main
Main(String... args)
-
-
Method Details
-
description
- Specified by:
description
in classCommand
- Returns:
- Short description of the command.
-
usage
-
execute
Description copied from class:Command
Executes the given command. -
main
Main entry point for program invocations.- Parameters:
args
- program arguments- Throws:
Exception
- All internal exceptions are directly passed on to get printed on the console
-