public class FormatXMLTask
extends org.gradle.api.tasks.SourceTask
| Constructor and Description |
|---|
FormatXMLTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
formatXML() |
protected void |
formatXML(java.io.File file) |
org.gradle.api.file.FileCollection |
getClasspath() |
java.lang.String |
getMainClassName() |
protected java.util.Map<java.lang.String,java.lang.Object> |
getSystemProperties(java.io.File file) |
boolean |
isStripComments() |
void |
setClasspath(org.gradle.api.file.FileCollection classpath) |
void |
setMainClassName(java.lang.Object mainClassName) |
void |
setStripComments(boolean stripComments) |
exclude, exclude, exclude, exclude, getExcludes, getIncludes, getSource, include, include, include, include, setExcludes, setIncludes, setSource, sourceconventionMapping, conventionMapping, getConventionMappingaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic void formatXML()
@InputFiles public org.gradle.api.file.FileCollection getClasspath()
@Input public java.lang.String getMainClassName()
@Input public boolean isStripComments()
public void setClasspath(org.gradle.api.file.FileCollection classpath)
public void setMainClassName(java.lang.Object mainClassName)
public void setStripComments(boolean stripComments)
protected void formatXML(java.io.File file)
protected java.util.Map<java.lang.String,java.lang.Object> getSystemProperties(java.io.File file)