Uses of Class
com.google.googlejavaformat.java.CommandLineOptions
-
Packages that use CommandLineOptions Package Description com.google.googlejavaformat.java -
-
Uses of CommandLineOptions in com.google.googlejavaformat.java
Fields in com.google.googlejavaformat.java declared as CommandLineOptions Modifier and Type Field Description private CommandLineOptionsFormatFileCallable. parametersMethods in com.google.googlejavaformat.java that return CommandLineOptions Modifier and Type Method Description (package private) CommandLineOptionsCommandLineOptions.Builder. build()(package private) static CommandLineOptionsCommandLineOptionsParser. parse(java.lang.Iterable<java.lang.String> options)ParsesCommandLineOptions.static CommandLineOptionsMain. processArgs(java.lang.String... args)Parses and validates command-line flags.Methods in com.google.googlejavaformat.java with parameters of type CommandLineOptions Modifier and Type Method Description private intMain. formatFiles(CommandLineOptions parameters, JavaFormatterOptions options)private intMain. formatStdin(CommandLineOptions parameters, JavaFormatterOptions options)Constructors in com.google.googlejavaformat.java with parameters of type CommandLineOptions Constructor Description FormatFileCallable(CommandLineOptions parameters, java.nio.file.Path path, java.lang.String input, JavaFormatterOptions options)
-