Class GoogleJavaFormatterOptions


  • public class GoogleJavaFormatterOptions
    extends Object
    Author:
    Réda Housni Alaoui
    • Constructor Detail

      • GoogleJavaFormatterOptions

        public GoogleJavaFormatterOptions​(boolean aosp,
                                          boolean fixImportsOnly,
                                          boolean skipSortingImports,
                                          boolean skipRemovingUnusedImports)
    • Method Detail

      • javaFormatterOptions

        public com.google.googlejavaformat.java.JavaFormatterOptions javaFormatterOptions()
      • isFixImportsOnly

        public boolean isFixImportsOnly()
      • isSkipSortingImports

        public boolean isSkipSortingImports()
      • isSkipRemovingUnusedImports

        public boolean isSkipRemovingUnusedImports()