Package com.cosium.code.format.formatter
Class GoogleJavaFormatterOptions
java.lang.Object
com.cosium.code.format.formatter.GoogleJavaFormatterOptions
- Author:
- Réda Housni Alaoui
-
Constructor Summary
ConstructorsConstructorDescriptionGoogleJavaFormatterOptions(boolean aosp, boolean fixImportsOnly, boolean skipSortingImports, boolean skipRemovingUnusedImports) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleancom.google.googlejavaformat.java.JavaFormatterOptionstoString()
-
Constructor Details
-
GoogleJavaFormatterOptions
public GoogleJavaFormatterOptions(boolean aosp, boolean fixImportsOnly, boolean skipSortingImports, boolean skipRemovingUnusedImports)
-
-
Method Details
-
javaFormatterOptions
public com.google.googlejavaformat.java.JavaFormatterOptions javaFormatterOptions() -
isFixImportsOnly
public boolean isFixImportsOnly() -
isSkipSortingImports
public boolean isSkipSortingImports() -
isSkipRemovingUnusedImports
public boolean isSkipRemovingUnusedImports() -
toString
-