Class FormatterServiceImpl

java.lang.Object
com.palantir.javaformat.java.FormatterServiceImpl
All Implemented Interfaces:
com.palantir.javaformat.java.FormatterService

@AutoService(com.palantir.javaformat.java.FormatterService.class) public final class FormatterServiceImpl extends Object implements com.palantir.javaformat.java.FormatterService
  • Constructor Details

    • FormatterServiceImpl

      public FormatterServiceImpl()
  • Method Details

    • getFormatReplacements

      public com.google.common.collect.ImmutableList<com.palantir.javaformat.java.Replacement> getFormatReplacements(String text, Collection<com.google.common.collect.Range<Integer>> toRanges) throws com.palantir.javaformat.java.FormatterException
      Specified by:
      getFormatReplacements in interface com.palantir.javaformat.java.FormatterService
      Throws:
      com.palantir.javaformat.java.FormatterException
    • formatSourceReflowStringsAndFixImports

      public String formatSourceReflowStringsAndFixImports(String input) throws com.palantir.javaformat.java.FormatterException
      Specified by:
      formatSourceReflowStringsAndFixImports in interface com.palantir.javaformat.java.FormatterService
      Throws:
      com.palantir.javaformat.java.FormatterException