public abstract class AbstractCopyTask extends ConventionTask
AbstractCopyTask
is the base class for all copy tasks.
Constructor and description |
---|
protected AbstractCopyTask
() |
Type | Name and description |
---|---|
protected void |
copy() |
protected CopyAction |
createCopyAction() |
protected CopySpecInternal |
createRootSpec() |
AbstractCopyTask |
eachFile(Action<? super FileCopyDetails> action) {@inheritDoc} |
AbstractCopyTask |
eachFile(Closure closure) {@inheritDoc} |
AbstractCopyTask |
exclude(String... excludes) {@inheritDoc} |
AbstractCopyTask |
exclude(Iterable<String> excludes) {@inheritDoc} |
AbstractCopyTask |
exclude(Spec<FileTreeElement> excludeSpec) {@inheritDoc} |
AbstractCopyTask |
exclude(Closure excludeSpec) {@inheritDoc} |
AbstractCopyTask |
expand(Map<String, ?> properties) {@inheritDoc} |
AbstractCopyTask |
filesMatching(String pattern, Action<? super FileCopyDetails> action) {@inheritDoc} |
AbstractCopyTask |
filesNotMatching(String pattern, Action<? super FileCopyDetails> action) {@inheritDoc} |
AbstractCopyTask |
filter(Map<String, ?> properties, Class<? extends FilterReader> filterType) {@inheritDoc} |
AbstractCopyTask |
filter(Class<? extends FilterReader> filterType) {@inheritDoc} |
AbstractCopyTask |
filter(Closure closure) {@inheritDoc} |
AbstractCopyTask |
from(Object... sourcePaths) {@inheritDoc} |
AbstractCopyTask |
from(Object sourcePath, Closure c) {@inheritDoc} |
Integer |
getDirMode() {@inheritDoc} |
DuplicatesStrategy |
getDuplicatesStrategy() {@inheritDoc} |
Set<String> |
getExcludes() {@inheritDoc} |
protected FileLookup |
getFileLookup() |
Integer |
getFileMode() {@inheritDoc} |
protected FileResolver |
getFileResolver() |
protected FileSystem |
getFileSystem() |
boolean |
getIncludeEmptyDirs() {@inheritDoc} |
Set<String> |
getIncludes() {@inheritDoc} |
protected Instantiator |
getInstantiator() |
protected CopySpecInternal |
getMainSpec() |
CopySpecInternal |
getRootSpec() |
FileCollection |
getSource() Returns the source files for this task. |
AbstractCopyTask |
include(String... includes) {@inheritDoc} |
AbstractCopyTask |
include(Iterable<String> includes) {@inheritDoc} |
AbstractCopyTask |
include(Spec<FileTreeElement> includeSpec) {@inheritDoc} |
AbstractCopyTask |
include(Closure includeSpec) {@inheritDoc} |
AbstractCopyTask |
into(Object destDir) {@inheritDoc} |
AbstractCopyTask |
into(Object destPath, Closure configureClosure) {@inheritDoc} |
boolean |
isCaseSensitive() {@inheritDoc} |
AbstractCopyTask |
rename(Closure closure) {@inheritDoc} |
AbstractCopyTask |
rename(String sourceRegEx, String replaceWith) {@inheritDoc} |
AbstractCopyTask |
rename(Pattern sourceRegEx, String replaceWith) {@inheritDoc} |
void |
setCaseSensitive(boolean caseSensitive) {@inheritDoc} |
AbstractCopyTask |
setDirMode(Integer mode) {@inheritDoc} |
void |
setDuplicatesStrategy(DuplicatesStrategy strategy) {@inheritDoc} |
AbstractCopyTask |
setExcludes(Iterable<String> excludes) {@inheritDoc} |
AbstractCopyTask |
setFileMode(Integer mode) {@inheritDoc} |
void |
setIncludeEmptyDirs(boolean includeEmptyDirs) {@inheritDoc} |
AbstractCopyTask |
setIncludes(Iterable<String> includes) {@inheritDoc} |
CopySpec |
with(CopySpec... sourceSpecs) {@inheritDoc} |
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
Returns the source files for this task.
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}