Uses of Interface
com.google.errorprone.apply.ImportOrganizer
Packages that use ImportOrganizer
-
Uses of ImportOrganizer in com.google.errorprone
Methods in com.google.errorprone that return ImportOrganizerModifier and TypeMethodDescriptionstatic ImportOrganizerImportOrderParser.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 ImportOrganizerModifier and TypeClassDescriptionclassOrganizes imports based on the default format provided by IntelliJ IDEA.Fields in com.google.errorprone.apply declared as ImportOrganizerModifier and TypeFieldDescriptionstatic final ImportOrganizerImportOrganizer.ANDROID_STATIC_FIRST_ORGANIZERAnImportOrganizerthat sorts import statements according to Android Code Style, with static imports first.static final ImportOrganizerImportOrganizer.ANDROID_STATIC_LAST_ORGANIZERAnImportOrganizerthat sorts import statements according to Android Code Style, with static imports last.static final ImportOrganizerImportOrganizer.IDEA_ORGANIZERAnImportOrganizerthat organizes imports based on the default format provided by IntelliJ IDEA.static final ImportOrganizerImportOrganizer.STATIC_FIRST_ORGANIZERAnImportOrganizerthat sorts import statements according to the Google Java Style Guide, i.e. static first, static and non-static separated by blank line.static final ImportOrganizerImportOrganizer.STATIC_LAST_ORGANIZERAnImportOrganizerthat 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 ImportOrganizerModifier and TypeMethodDescriptionstatic DescriptionBasedDiffDescriptionBasedDiff.create(com.sun.tools.javac.tree.JCTree.JCCompilationUnit compilationUnit, ImportOrganizer importOrganizer) static ImportStatementsImportStatements.create(com.sun.tools.javac.tree.JCTree.JCCompilationUnit compilationUnit, ImportOrganizer importOrganizer) static DescriptionBasedDiffDescriptionBasedDiff.createIgnoringOverlaps(com.sun.tools.javac.tree.JCTree.JCCompilationUnit compilationUnit, ImportOrganizer importOrganizer)