org.apache.tools.ant.taskdefs
public class Copydir extends MatchingTask
Deprecated: The copydir task is deprecated since Ant 1.2. Use copy instead.
Copies a directory.Since: Ant 1.1
Method Summary | |
---|---|
void | execute()
Execute the task. |
void | setDest(File dest)
The dest attribute
|
void | setFiltering(boolean filter)
The filtering attribute.
|
void | setFlatten(boolean flatten)
The flattening attribute.
|
void | setForceoverwrite(boolean force)
The forceoverwrite attribute.
|
void | setSrc(File src)
The src attribute
|
Throws: BuildException on error
Parameters: dest the destination file
Parameters: filter if true use filtering
Parameters: flatten if true use flattening
Parameters: force if true overwrite even if the destination file is newer that the source file
Parameters: src the source file