Package com.diffplug.spotless.markdown
Class FreshMarkStep
java.lang.Object
com.diffplug.spotless.markdown.FreshMarkStep
- All Implemented Interfaces:
Serializable
A step for FreshMark.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic FormatterStep
create
(String version, Map<String, ?> properties, Provisioner provisioner) Creates a formatter step for the given version and settings file.static FormatterStep
create
(Map<String, ?> properties, Provisioner provisioner) Creates a formatter step for the given version and settings file.static String
-
Method Details
-
create
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
-