public class FreshMarkExtension extends FormatExtension
FormatExtension.EclipseWtpConfig, FormatExtension.LicenseHeaderConfig, FormatExtension.NpmStepConfig<T extends FormatExtension.NpmStepConfig<?>>, FormatExtension.PrettierConfig| Modifier and Type | Field and Description |
|---|---|
List<Action<Map<String,Object>>> |
propertyActions |
steps, target, targetExclude| Constructor and Description |
|---|
FreshMarkExtension(SpotlessExtensionBase spotless) |
| Modifier and Type | Method and Description |
|---|---|
void |
properties(Action<Map<String,Object>> action) |
void |
propertiesFile(Object... files) |
protected void |
setupTask(SpotlessTask task)
Sets up a format task according to the values in this extension.
|
addStep, bumpThisNumberIfACustomStepChanges, clearSteps, createIndependentApplyTask, custom, custom, customLazy, customLazyGroovy, eclipseWtp, eclipseWtp, encoding, endWithNewline, getEncoding, getExistingStep, getExistingStepIdx, getLineEndings, getProject, getRatchetFrom, ignoreErrorForPath, ignoreErrorForStep, indentWithSpaces, indentWithSpaces, indentWithTabs, indentWithTabs, licenseHeader, licenseHeaderFile, paddedCell, paddedCell, parseTarget, prettier, prettier, prettier, provisioner, ratchetFrom, replace, replaceRegex, replaceStep, setEncoding, setEncoding, setLineEndings, setRatchetFrom, target, targetExclude, trimTrailingWhitespacepublic FreshMarkExtension(SpotlessExtensionBase spotless)
public void propertiesFile(Object... files)
protected void setupTask(SpotlessTask task)
FormatExtensionSets up a format task according to the values in this extension.
setupTask in class FormatExtension