Uses of Class
com.google.googlejavaformat.java.CommandLineOptions
Packages that use CommandLineOptions
-
Uses of CommandLineOptions in com.google.googlejavaformat.java
Fields in com.google.googlejavaformat.java declared as CommandLineOptionsMethods in com.google.googlejavaformat.java that return CommandLineOptionsModifier and TypeMethodDescription(package private) CommandLineOptionsCommandLineOptions.Builder.build()(package private) static CommandLineOptionsParsesCommandLineOptions.static CommandLineOptionsMain.processArgs(String... args) Parses and validates command-line flags.Methods in com.google.googlejavaformat.java with parameters of type CommandLineOptionsModifier and TypeMethodDescriptionprivate intMain.formatFiles(CommandLineOptions parameters, JavaFormatterOptions options) private intMain.formatStdin(CommandLineOptions parameters, JavaFormatterOptions options) Constructors in com.google.googlejavaformat.java with parameters of type CommandLineOptionsModifierConstructorDescriptionFormatFileCallable(CommandLineOptions parameters, Path path, String input, JavaFormatterOptions options)