public class SqlExtension extends FormatExtension
Modifier and Type | Class and Description |
---|---|
class |
SqlExtension.DBeaverSQLFormatterConfig |
FormatExtension.NpmStepConfig<T extends FormatExtension.NpmStepConfig<?>>, FormatExtension.PrettierConfig
steps, target
Constructor and Description |
---|
SqlExtension(SpotlessExtension rootExtension) |
Modifier and Type | Method and Description |
---|---|
SqlExtension.DBeaverSQLFormatterConfig |
dbeaver() |
protected void |
setupTask(SpotlessTask task)
If the user hasn’t specified the files yet, we’ll assume he/she means all of the sql files.
|
addStep, bumpThisNumberIfACustomStepChanges, clearSteps, custom, custom, customLazy, customLazyGroovy, encoding, endWithNewline, getEncoding, getExistingStep, getLineEndings, getProject, ignoreErrorForPath, ignoreErrorForStep, indentWithSpaces, indentWithSpaces, indentWithTabs, indentWithTabs, licenseHeader, licenseHeaderFile, paddedCell, paddedCell, parseTarget, prettier, replace, replaceRegex, replaceStep, setEncoding, setEncoding, setLineEndings, target, trimTrailingWhitespace
public SqlExtension(SpotlessExtension rootExtension)
public SqlExtension.DBeaverSQLFormatterConfig dbeaver()
protected void setupTask(SpotlessTask task)
If the user hasn’t specified the files yet, we’ll assume he/she means all of the sql files.
setupTask
in class FormatExtension