public class SourceCopyTask extends DefaultTask
Task.NamerTASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| Constructor and Description |
|---|
SourceCopyTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTask() |
java.util.ArrayList<java.lang.String> |
getIncludes() |
java.util.ArrayList<java.lang.String> |
getIncudes()
Deprecated.
|
java.io.File |
getOutput() |
java.util.HashMap<java.lang.String,java.lang.Object> |
getReplacements() |
FileCollection |
getSource() |
void |
include(java.util.List<java.lang.String> strs) |
void |
include(java.lang.String str) |
void |
replace(java.util.Map<java.lang.String,java.lang.Object> map) |
void |
replace(java.lang.String key,
java.lang.Object val) |
void |
setOutput(DelayedFile output) |
void |
setSource(SourceDirectorySet source) |
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, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoNotTrackState, getConvention, notCompatibleWithConfigurationCachepublic void doTask()
throws java.io.IOException
java.io.IOExceptionpublic java.io.File getOutput()
public void setOutput(DelayedFile output)
public void setSource(SourceDirectorySet source)
public FileCollection getSource()
public void replace(java.lang.String key,
java.lang.Object val)
public void replace(java.util.Map<java.lang.String,java.lang.Object> map)
public java.util.HashMap<java.lang.String,java.lang.Object> getReplacements()
public void include(java.lang.String str)
public void include(java.util.List<java.lang.String> strs)
public java.util.ArrayList<java.lang.String> getIncludes()
@Deprecated @Internal public java.util.ArrayList<java.lang.String> getIncudes()