public class FreshMarkExtension extends FormatExtension
FormatExtension.EclipseWtpConfig, 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(SpotlessExtension root) |
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, 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, prettier, prettier, replace, replaceRegex, replaceStep, setEncoding, setEncoding, setLineEndings, target, targetExclude, trimTrailingWhitespace
public FreshMarkExtension(SpotlessExtension root)
public void propertiesFile(Object... files)
protected void setupTask(SpotlessTask task)
FormatExtension
Sets up a format task according to the values in this extension.
setupTask
in class FormatExtension