Class Formatter

java.lang.Object
com.spotify.fmt.Formatter

class Formatter extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • format

      Throws:
      FormatterException
    • formatSourceFilesInDirectory

      public void formatSourceFilesInDirectory(File directory, com.google.googlejavaformat.java.Formatter formatter, com.google.googlejavaformat.java.JavaFormatterOptions.Style style) throws FormatterException
      Throws:
      FormatterException
    • getFormatter

      private com.google.googlejavaformat.java.Formatter getFormatter(com.google.googlejavaformat.java.JavaFormatterOptions.Style style)
    • style

      private com.google.googlejavaformat.java.JavaFormatterOptions.Style style() throws FormatterException
      Throws:
      FormatterException
    • getFileNameFilter

      private FileFilter getFileNameFilter()
    • getPathFilter

      private FileFilter getPathFilter()
    • formatSourceFile

      private boolean formatSourceFile(File file, com.google.googlejavaformat.java.Formatter formatter, com.google.googlejavaformat.java.JavaFormatterOptions.Style style)
    • logNumberOfFilesProcessed

      protected void logNumberOfFilesProcessed()