Package com.cosium.code.format.formatter
Class GoogleJavaFormatterOptions
- java.lang.Object
-
- com.cosium.code.format.formatter.GoogleJavaFormatterOptions
-
public class GoogleJavaFormatterOptions extends Object
- Author:
- Réda Housni Alaoui
-
-
Constructor Summary
Constructors Constructor Description GoogleJavaFormatterOptions(boolean aosp, boolean fixImportsOnly, boolean skipSortingImports, boolean skipRemovingUnusedImports)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFixImportsOnly()booleanisSkipRemovingUnusedImports()booleanisSkipSortingImports()com.google.googlejavaformat.java.JavaFormatterOptionsjavaFormatterOptions()StringtoString()
-
-
-
Method Detail
-
javaFormatterOptions
public com.google.googlejavaformat.java.JavaFormatterOptions javaFormatterOptions()
-
isFixImportsOnly
public boolean isFixImportsOnly()
-
isSkipSortingImports
public boolean isSkipSortingImports()
-
isSkipRemovingUnusedImports
public boolean isSkipRemovingUnusedImports()
-
-