Uses of Enum Class
org.ek9lang.cli.TestOutputFormat
Packages that use TestOutputFormat
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
-
Uses of TestOutputFormat in org.ek9lang.cli
Subclasses with type arguments of type TestOutputFormat in org.ek9lang.cliMethods in org.ek9lang.cli that return TestOutputFormatModifier and TypeMethodDescriptionstatic TestOutputFormatParse a command line flag to determine the output format.CommandLineOptions.getTestOutputFormat()Get the test output format based on command line flags.static TestOutputFormatReturns the enum constant of this class with the specified name.static TestOutputFormat[]TestOutputFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ek9lang.cli with parameters of type TestOutputFormatModifier and TypeMethodDescriptionstatic TestResultFormatterTestResultFormatter.create(TestOutputFormat format, boolean verbose) Create a formatter for the specified output format.