Class Shell

java.lang.Object
com.diffplug.spotless.maven.FormatterFactory
com.diffplug.spotless.maven.shell.Shell

public class Shell extends FormatterFactory
A FormatterFactory implementation that corresponds to <shell>...</shell> configuration element.

It defines a formatter for shell source files that can execute both language agnostic (e.g. LicenseHeader) and shell-specific (e.g. Shfmt) steps.