@CacheableTask
public class ValidateSchemaTask
extends org.gradle.api.tasks.SourceTask
| Constructor and Description |
|---|
ValidateSchemaTask() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getXMLParserClassName() |
org.gradle.api.file.FileCollection |
getXMLParserClasspath() |
boolean |
isDTDDisabled() |
boolean |
isFullChecking() |
boolean |
isLenient() |
void |
setDTDDisabled(boolean dtdDisabled) |
void |
setFullChecking(boolean fullChecking) |
void |
setLenient(boolean lenient) |
void |
setXMLParserClassName(java.lang.Object xmlParserClassName) |
void |
setXMLParserClasspath(org.gradle.api.file.FileCollection xmlParserClasspath) |
void |
validateSchema() |
exclude, exclude, exclude, exclude, getExcludes, getIncludes, getPatternSet, getPatternSetFactory, getSource, include, include, include, include, setExcludes, setIncludes, setSource, setSource, sourceconventionMapping, conventionMapping, getConventionMappingcompareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getReasonNotToTrackState, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjects@Input @Optional public java.lang.String getXMLParserClassName()
@InputFiles @Optional @PathSensitive(value=RELATIVE) public org.gradle.api.file.FileCollection getXMLParserClasspath()
@Input public boolean isDTDDisabled()
@Input public boolean isFullChecking()
@Input public boolean isLenient()
public void setDTDDisabled(boolean dtdDisabled)
public void setFullChecking(boolean fullChecking)
public void setLenient(boolean lenient)
public void setXMLParserClassName(java.lang.Object xmlParserClassName)
public void setXMLParserClasspath(org.gradle.api.file.FileCollection xmlParserClasspath)
public void validateSchema()