public class Format extends FormatterFactory
A FormatterFactory
implementation that corresponds to <format>...</format>
configuration element.
It defines a formatter for custom includes/excludes that executes list of generic, language agnostic steps, like LicenseHeader
.
Constructor and Description |
---|
Format() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
defaultIncludes() |
String |
licenseHeaderDelimiter() |
addEndWithNewline, addIndent, addLicenseHeader, addReplace, addReplaceRegex, addStepFactory, addTrimTrailingWhitespace, excludes, includes, newFormatter
public Set<String> defaultIncludes()
defaultIncludes
in class FormatterFactory
public String licenseHeaderDelimiter()
licenseHeaderDelimiter
in class FormatterFactory