Class ApplySpotlessFormattingPlugin.WildcardImportDetectorStep

java.lang.Object
com.carrotsearch.gradle.buildinfra.conventions.ApplySpotlessFormattingPlugin.WildcardImportDetectorStep
All Implemented Interfaces:
com.diffplug.spotless.FormatterStep, Serializable, AutoCloseable
Enclosing class:
ApplySpotlessFormattingPlugin

public static class ApplySpotlessFormattingPlugin.WildcardImportDetectorStep extends Object implements Serializable, com.diffplug.spotless.FormatterStep
See Also:
  • Constructor Details

    • WildcardImportDetectorStep

      public WildcardImportDetectorStep()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface com.diffplug.spotless.FormatterStep
    • format

      @Nullable public @Nullable String format(String rawUnix, File file) throws Exception
      Specified by:
      format in interface com.diffplug.spotless.FormatterStep
      Throws:
      Exception
    • close

      public void close() throws Exception
      Specified by:
      close in interface AutoCloseable
      Throws:
      Exception