public class CppExtension extends FormatExtension implements HasBuiltinDelimiterForLicense
Modifier and Type | Class and Description |
---|---|
class |
CppExtension.EclipseConfig |
FormatExtension.EclipseWtpConfig, FormatExtension.NpmStepConfig<T extends FormatExtension.NpmStepConfig<?>>, FormatExtension.PrettierConfig
steps, target, targetExclude
Constructor and Description |
---|
CppExtension(SpotlessExtension rootExtension) |
Modifier and Type | Method and Description |
---|---|
CppExtension.EclipseConfig |
eclipse() |
CppExtension.EclipseConfig |
eclipse(String version) |
com.diffplug.gradle.spotless.FormatExtension.LicenseHeaderConfig |
licenseHeader(String licenseHeader) |
com.diffplug.gradle.spotless.FormatExtension.LicenseHeaderConfig |
licenseHeaderFile(Object licenseHeaderFile) |
protected void |
setupTask(SpotlessTask task)
Sets up a format task according to the values in this extension.
|
addStep, bumpThisNumberIfACustomStepChanges, clearSteps, custom, custom, customLazy, customLazyGroovy, eclipseWtp, eclipseWtp, encoding, endWithNewline, getEncoding, getExistingStep, getExistingStepIdx, getLineEndings, getProject, ignoreErrorForPath, ignoreErrorForStep, indentWithSpaces, indentWithSpaces, indentWithTabs, indentWithTabs, licenseHeader, licenseHeaderFile, paddedCell, paddedCell, parseTarget, prettier, replace, replaceRegex, replaceStep, setEncoding, setEncoding, setLineEndings, target, targetExclude, trimTrailingWhitespace
public CppExtension(SpotlessExtension rootExtension)
public CppExtension.EclipseConfig eclipse()
public CppExtension.EclipseConfig eclipse(String version)
protected void setupTask(SpotlessTask task)
FormatExtension
Sets up a format task according to the values in this extension.
setupTask
in class FormatExtension
public com.diffplug.gradle.spotless.FormatExtension.LicenseHeaderConfig licenseHeader(String licenseHeader)
licenseHeader
in interface HasBuiltinDelimiterForLicense
licenseHeader
- Content that should be at the top of every file.public com.diffplug.gradle.spotless.FormatExtension.LicenseHeaderConfig licenseHeaderFile(Object licenseHeaderFile)
licenseHeaderFile
in interface HasBuiltinDelimiterForLicense
licenseHeaderFile
- Content that should be at the top of every file.