Class PalantirJavaFormatStep

java.lang.Object
com.palantir.javaformat.gradle.spotless.PalantirJavaFormatStep

public final class PalantirJavaFormatStep extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.diffplug.spotless.FormatterStep
    create(org.gradle.api.artifacts.Configuration palantirJavaFormat, Supplier<com.palantir.javaformat.java.FormatterService> memoizedService)
    Creates a step which formats everything - code, import order, and unused imports.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • create

      public static com.diffplug.spotless.FormatterStep create(org.gradle.api.artifacts.Configuration palantirJavaFormat, Supplier<com.palantir.javaformat.java.FormatterService> memoizedService)
      Creates a step which formats everything - code, import order, and unused imports.