org.apache.tools.ant.taskdefs
Class Sync.MyCopy
- Sync
- Cloneable
public static class Sync.MyCopy
Subclass Copy in order to access it's file/dir maps.
completeDirMap, destDir, destFile, dirCopyMap, failonerror, file, fileCopyMap, fileUtils, filtering, flatten, forceOverwrite, includeEmpty, mapperElement, preserveLastModified, rcs, verbosity |
MyCopy()- Constructor for MyCopy.
|
add, add, addFileset, buildMap, buildMap, createFilterChain, createFilterSet, createMapper, doFileOperations, doResourceOperations, execute, getEncoding, getFileUtils, getFilterChains, getFilterSets, getOutputEncoding, getPreserveLastModified, isEnableMultipleMapping, scan, scan, setEnableMultipleMappings, setEncoding, setFailOnError, setFile, setFiltering, setFlatten, setGranularity, setIncludeEmptyDirs, setOutputEncoding, setOverwrite, setPreserveLastModified, setPreserveLastModified, setTodir, setTofile, setVerbose, supportsNonFileResources, validateAttributes |
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
MyCopy
public MyCopy()
Constructor for MyCopy.
getIncludeEmptyDirs
public boolean getIncludeEmptyDirs()
Get the includeEmptyDirs attribute.
- true if emptyDirs are to be included
getToDir
public File getToDir()
Get the destination directory.
- the destination directory
scan
protected void scan(File fromDir,
File toDir,
String[] files,
String[] dirs)
- scan in interface Copy