@CacheableTask
public class BuildXSDTask
extends org.gradle.api.tasks.bundling.Zip
Constructor and Description |
---|
BuildXSDTask() |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getDestinationDir() |
java.io.File |
getInputDir() |
org.gradle.api.file.FileCollection |
getInputFiles() |
protected void |
setDestinationDir(java.util.concurrent.Callable<java.io.File> callable) |
void |
setInputDir(java.lang.Object inputDir) |
createCopyAction, getCompressor, getEntryCompression, getMetadataCharset, isZip64, setEntryCompression, setMetadataCharset, setZip64
createCopyActionExecuter, getAppendix, getArchiveAppendix, getArchiveBaseName, getArchiveClassifier, getArchiveExtension, getArchiveFile, getArchiveFileName, getArchiveName, getArchivePath, getArchiveVersion, getBaseName, getClassifier, getDestinationDirectory, getExtension, getVersion, into, into, into, isPreserveFileTimestamps, isReproducibleFileOrder, setAppendix, setArchiveName, setBaseName, setClassifier, setDestinationDir, setExtension, setPreserveFileTimestamps, setReproducibleFileOrder, setVersion
copy, createRootSpec, eachFile, eachFile, exclude, exclude, exclude, exclude, expand, filesMatching, filesMatching, filesNotMatching, filesNotMatching, filter, filter, filter, filter, from, from, from, getDirectoryFileTreeFactory, getDirMode, getDuplicatesStrategy, getExcludes, getFileLookup, getFileMode, getFileResolver, getFileSystem, getFilteringCharset, getIncludeEmptyDirs, getIncludes, getInstantiator, getMainSpec, getRootSpec, getSource, include, include, include, include, isCaseSensitive, rename, rename, rename, rename, setCaseSensitive, setDirMode, setDuplicatesStrategy, setExcludes, setFileMode, setFilteringCharset, setIncludeEmptyDirs, setIncludes, with
conventionMapping, conventionMapping, getConventionMapping
compareTo, 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, usesService
appendParallelSafeAction, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, replaceLogger, setImpliesSubProjects
public java.io.File getDestinationDir()
getDestinationDir
in class org.gradle.api.tasks.bundling.AbstractArchiveTask
@InputDirectory @PathSensitive(value=RELATIVE) public java.io.File getInputDir()
@InputFiles @PathSensitive(value=RELATIVE) @SkipWhenEmpty public org.gradle.api.file.FileCollection getInputFiles()
public void setInputDir(java.lang.Object inputDir)
protected void setDestinationDir(java.util.concurrent.Callable<java.io.File> callable)