completeDirMap, destDir, destFile, dirCopyMap, failonerror, file, fileCopyMap, filesets, fileUtils, filtering, flatten, forceOverwrite, includeEmpty, mapperElement, preserveLastModified, rcs, verbosity| Constructor and Description |
|---|
MyCopy()
Constructor for MyCopy.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIncludeEmptyDirs()
Get the includeEmptyDirs attribute.
|
File |
getToDir()
Get the destination directory.
|
protected void |
scan(File fromDir,
File toDir,
String[] files,
String[] dirs)
Compares source files to destination files to see if they should be
copied.
|
protected Map |
scan(Resource[] resources,
File toDir)
Compares source resources to destination files to see if they
should be copied.
|
protected boolean |
supportsNonFileResources()
Yes, we can.
|
add, add, addFileset, buildMap, buildMap, createFilterChain, createFilterSet, createMapper, doFileOperations, doResourceOperations, execute, getEncoding, getFileUtils, getFilterChains, getFilterSets, getForce, getOutputEncoding, getPreserveLastModified, isEnableMultipleMapping, setEnableMultipleMappings, setEncoding, setFailOnError, setFile, setFiltering, setFlatten, setForce, setGranularity, setIncludeEmptyDirs, setOutputEncoding, setOverwrite, setPreserveLastModified, setQuiet, setTodir, setTofile, setVerbose, validateAttributesbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectpublic boolean getIncludeEmptyDirs()
public File getToDir()
protected void scan(File fromDir, File toDir, String[] files, String[] dirs)
protected Map scan(Resource[] resources, File toDir)
protected boolean supportsNonFileResources()
supportsNonFileResources in class Copy