Uses of Class
org.languagetool.commandline.CommandLineOptions.OutputFormat
-
Packages that use CommandLineOptions.OutputFormat Package Description org.languagetool.commandline -
-
Uses of CommandLineOptions.OutputFormat in org.languagetool.commandline
Fields in org.languagetool.commandline declared as CommandLineOptions.OutputFormat Modifier and Type Field Description private CommandLineOptions.OutputFormat
CommandLineOptions. outputFormat
Methods in org.languagetool.commandline that return CommandLineOptions.OutputFormat Modifier and Type Method Description static CommandLineOptions.OutputFormat
CommandLineOptions.OutputFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CommandLineOptions.OutputFormat[]
CommandLineOptions.OutputFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-