Class Gherkin
java.lang.Object
com.diffplug.spotless.maven.FormatterFactory
com.diffplug.spotless.maven.gherkin.Gherkin
A
FormatterFactory implementation that corresponds to <gherkin>...</gherkin> configuration element.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGherkinUtils(GherkinUtils gherkinUtils) defaultIncludes(org.apache.maven.project.MavenProject project) Methods inherited from class com.diffplug.spotless.maven.FormatterFactory
addEclipseWtp, addEndWithNewline, addIdea, addIndent, addJsr223, addLicenseHeader, addNativeCmd, addPrettier, addReplace, addReplaceRegex, addStepFactory, addToggleOffOn, addTrimTrailingWhitespace, excludes, includes, init, newFormatter
-
Constructor Details
-
Gherkin
public Gherkin()
-
-
Method Details
-
defaultIncludes
- Specified by:
defaultIncludesin classFormatterFactory
-
licenseHeaderDelimiter
- Specified by:
licenseHeaderDelimiterin classFormatterFactory
-
addGherkinUtils
-