public class GoogleJavaFormatterOptions extends Object
| Constructor and Description |
|---|
GoogleJavaFormatterOptions(boolean aosp,
boolean fixImportsOnly,
boolean skipSortingImports,
boolean skipRemovingUnusedImports) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFixImportsOnly() |
boolean |
isSkipRemovingUnusedImports() |
boolean |
isSkipSortingImports() |
com.google.googlejavaformat.java.JavaFormatterOptions |
javaFormatterOptions() |
String |
toString() |
public GoogleJavaFormatterOptions(boolean aosp,
boolean fixImportsOnly,
boolean skipSortingImports,
boolean skipRemovingUnusedImports)
public com.google.googlejavaformat.java.JavaFormatterOptions javaFormatterOptions()
public boolean isFixImportsOnly()
public boolean isSkipSortingImports()
public boolean isSkipRemovingUnusedImports()
Copyright © 2019 Cosium. All rights reserved.