@CacheableTask public class SpotlessTask extends SpotlessTaskBase
Task.Namer| Modifier and Type | Field and Description |
|---|---|
protected String |
filePatterns |
encoding, exceptionPolicy, lineEndingsPolicy, outputDirectory, steps, targetTASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| Constructor and Description |
|---|
SpotlessTask() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deletePreviousResult(File input) |
String |
getFilePatterns() |
boolean |
isPaddedCell()
Deprecated.
|
void |
performAction(IncrementalTaskInputs inputs) |
protected void |
processInputFile(Formatter formatter,
File input) |
void |
setFilePatterns(String filePatterns) |
void |
setPaddedCell(boolean paddedCell)
Deprecated.
|
addStep, getApplyTask, getEncoding, getExceptionPolicy, getLineEndingsPolicy, getOutputDirectory, getRatchetSha, getSteps, getTarget, setEncoding, setExceptionPolicy, setLineEndingsPolicy, setSteps, setTarget, setupRatchetappendParallelSafeAction, compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getRequiredServices, getServices, getSharedResources, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getTimeout, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString, usesServiceprotected String filePatterns
@Deprecated @Internal public boolean isPaddedCell()
@Deprecated public void setPaddedCell(boolean paddedCell)
public void setFilePatterns(String filePatterns)
public void performAction(IncrementalTaskInputs inputs) throws Exception
Exceptionprotected void processInputFile(Formatter formatter, File input) throws IOException
IOExceptionprotected void deletePreviousResult(File input) throws IOException
IOException