Package org.jacoco.cli.internal.commands
Class AllCommands
- java.lang.Object
-
- org.jacoco.cli.internal.commands.AllCommands
-
public final class AllCommands extends java.lang.Object
List of all available commands.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
AllCommands()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<Command>
get()
static java.lang.String
names()
-
-
-
Method Detail
-
get
public static java.util.List<Command> get()
- Returns:
- list of new instances of all available commands
-
names
public static java.lang.String names()
- Returns:
- String containing all available command names
-
-