Class FreshMarkStep

java.lang.Object
com.diffplug.spotless.markdown.FreshMarkStep
All Implemented Interfaces:
Serializable

public class FreshMarkStep extends Object implements Serializable
A step for FreshMark.
See Also:
  • Method Details

    • create

      public static FormatterStep create(Map<String,?> properties, Provisioner provisioner)
      Creates a formatter step for the given version and settings file.
    • create

      public static FormatterStep create(String version, Map<String,?> properties, Provisioner provisioner)
      Creates a formatter step for the given version and settings file.
    • defaultVersion

      public static String defaultVersion()