Uses of Class
com.google.googlejavaformat.java.JavaFormatterOptions.Style
| Package | Description |
|---|---|
| com.google.googlejavaformat.java |
-
Uses of JavaFormatterOptions.Style in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return JavaFormatterOptions.Style Modifier and Type Method Description JavaFormatterOptions.StyleJavaFormatterOptions. style()Returns the code style.static JavaFormatterOptions.StyleJavaFormatterOptions.Style. valueOf(String name)Returns the enum constant of this type with the specified name.static JavaFormatterOptions.Style[]JavaFormatterOptions.Style. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.googlejavaformat.java with parameters of type JavaFormatterOptions.Style Modifier and Type Method Description static StringImportOrderer. reorderImports(String text, JavaFormatterOptions.Style style)Reorder the inputs intext, a complete Java program.JavaFormatterOptions.BuilderJavaFormatterOptions.Builder. style(JavaFormatterOptions.Style style)