public class BuildWSDLTask
extends org.gradle.api.DefaultTask
Constructor and Description |
---|
BuildWSDLTask() |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getDestinationDir() |
java.io.File |
getInputDir() |
org.gradle.api.file.FileCollection |
getInputFiles() |
boolean |
isIncludeSource() |
void |
setDestinationDir(java.lang.Object destinationDir) |
void |
setIncludeSource(boolean includeSource) |
void |
setInputDir(java.lang.Object inputDir) |
addValidator, 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, toString
@Input public java.io.File getDestinationDir()
@Input public java.io.File getInputDir()
@InputFiles @SkipWhenEmpty public org.gradle.api.file.FileCollection getInputFiles()
@Input public boolean isIncludeSource()
public void setDestinationDir(java.lang.Object destinationDir)
public void setIncludeSource(boolean includeSource)
public void setInputDir(java.lang.Object inputDir)