Uses of Interface
com.google.errorprone.apply.ImportOrganizer
Package | Description |
---|---|
com.google.errorprone | |
com.google.errorprone.apply |
-
Uses of ImportOrganizer in com.google.errorprone
Methods in com.google.errorprone that return ImportOrganizer Modifier and Type Method Description static ImportOrganizer
ImportOrderParser. getImportOrganizer(String importOrder)
Parse import order string and create appropriateImportOrganizer
. -
Uses of ImportOrganizer in com.google.errorprone.apply
Classes in com.google.errorprone.apply that implement ImportOrganizer Modifier and Type Class Description class
IdeaImportOrganizer
Organizes imports based on the default format provided by IntelliJ IDEA.Fields in com.google.errorprone.apply declared as ImportOrganizer Modifier and Type Field Description static ImportOrganizer
ImportOrganizer. ANDROID_STATIC_FIRST_ORGANIZER
AnImportOrganizer
that sorts import statements according to Android Code Style, with static imports first.static ImportOrganizer
ImportOrganizer. ANDROID_STATIC_LAST_ORGANIZER
AnImportOrganizer
that sorts import statements according to Android Code Style, with static imports last.static ImportOrganizer
ImportOrganizer. IDEA_ORGANIZER
AnImportOrganizer
that organizes imports based on the default format provided by IntelliJ IDEA.static ImportOrganizer
ImportOrganizer. STATIC_FIRST_ORGANIZER
AnImportOrganizer
that sorts import statements according to the Google Java Style Guide, i.e.static ImportOrganizer
ImportOrganizer. STATIC_LAST_ORGANIZER
AnImportOrganizer
that sorts import statements so that non-static imports come first, and static and non-static separated by blank line.Methods in com.google.errorprone.apply with parameters of type ImportOrganizer Modifier and Type Method Description static DescriptionBasedDiff
DescriptionBasedDiff. create(com.sun.tools.javac.tree.JCTree.JCCompilationUnit compilationUnit, ImportOrganizer importOrganizer)
static ImportStatements
ImportStatements. create(com.sun.tools.javac.tree.JCTree.JCCompilationUnit compilationUnit, ImportOrganizer importOrganizer)
static DescriptionBasedDiff
DescriptionBasedDiff. createIgnoringOverlaps(com.sun.tools.javac.tree.JCTree.JCCompilationUnit compilationUnit, ImportOrganizer importOrganizer)