public class XMLValidatorTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
XMLValidatorTask() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
org.gradle.api.file.FileCollection |
getInputFiles() |
SchemaConfigExtension |
getSchemaConfig() |
org.gradle.api.file.FileCollection |
getSchemaFiles() |
java.net.URL |
getSchemaUri() |
boolean |
isFullValidation() |
void |
setFullValidation(boolean fullValidation) |
void |
setSchemaConfig(SchemaConfigExtension schemaConfig) |
addValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActionClassLoaders, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, 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, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString@InputFiles public org.gradle.api.file.FileCollection getInputFiles()
@Internal public SchemaConfigExtension getSchemaConfig()
public void setSchemaConfig(SchemaConfigExtension schemaConfig)
@InputFiles public org.gradle.api.file.FileCollection getSchemaFiles()
@Input public java.net.URL getSchemaUri()
public java.lang.String getDescription()
getDescription in interface org.gradle.api.TaskgetDescription in class org.gradle.api.internal.AbstractTask@Internal public boolean isFullValidation()
public void setFullValidation(boolean fullValidation)