Uses of Enum
com.google.googlejavaformat.java.JavaFormatterOptions.Style
Packages that use JavaFormatterOptions.Style
-
Uses of JavaFormatterOptions.Style in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return JavaFormatterOptions.StyleModifier and TypeMethodDescriptionabstract JavaFormatterOptions.StyleJavaFormatterOptions.style()Returns the code style.static JavaFormatterOptions.StyleReturns 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.StyleModifier and TypeMethodDescriptionstatic StringImportOrderer.reorderImports(String text, JavaFormatterOptions.Style style) Reorder the inputs intext, a complete Java program.abstract JavaFormatterOptions.BuilderJavaFormatterOptions.Builder.style(JavaFormatterOptions.Style style)