public class Copyfile extends Task
description, location, project| Constructor and Description | 
|---|
| Copyfile()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | execute()Deprecated.  Execute the task. | 
| void | setDest(java.io.File dest)Deprecated.  Set the destination file. | 
| void | setFiltering(java.lang.String filter)Deprecated.  The filtering attribute. | 
| void | setForceoverwrite(boolean force)Deprecated.  The forceoverwrite attribute. | 
| void | setSrc(java.io.File src)Deprecated.  Set the source file. | 
bindToOwner, 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 void setSrc(java.io.File src)
src - the source file.public void setForceoverwrite(boolean force)
force - if true overwrite even if the destination file
              is newer that the source filepublic void setDest(java.io.File dest)
dest - the destination file.public void setFiltering(java.lang.String filter)
filter - if true use filteringpublic void execute()
             throws BuildException
execute in class TaskBuildException - on error