| Package | Description |
|---|---|
| com.google.googlejavaformat.java |
| Modifier and Type | Method and Description |
|---|---|
JavaFormatterOptions.SortImports |
JavaFormatterOptions.sortImports() |
static JavaFormatterOptions.SortImports |
JavaFormatterOptions.SortImports.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaFormatterOptions.SortImports[] |
JavaFormatterOptions.SortImports.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JavaFormatterOptions(JavaFormatterOptions.JavadocFormatter javadocFormatter,
JavaFormatterOptions.Style style,
JavaFormatterOptions.SortImports sortImports) |
Copyright © 2015–2016 Google Inc.. All rights reserved.