Package org.apache.tools.ant.taskdefs
Class Copyfile
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.Copyfile
- All Implemented Interfaces:
- Cloneable
Deprecated.
The copyfile task is deprecated since Ant 1.2.  Use
 copy instead.
Copies a file.
- Since:
- Ant 1.1
- 
Field SummaryFields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute()Deprecated.Execute the task.voidDeprecated.Set the destination file.voidsetFiltering(String filter) Deprecated.The filtering attribute.voidsetForceoverwrite(boolean force) Deprecated.The forceoverwrite attribute.voidDeprecated.Set the source file.Methods inherited from class org.apache.tools.ant.TaskbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeMethods inherited from class org.apache.tools.ant.ProjectComponentclone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
- 
Constructor Details- 
Copyfilepublic Copyfile()Deprecated.
 
- 
- 
Method Details- 
setSrc
- 
setForceoverwritepublic void setForceoverwrite(boolean force) Deprecated.The forceoverwrite attribute. Default is false.- Parameters:
- force- if true overwrite even if the destination file is newer that the source file
 
- 
setDestDeprecated.Set the destination file.- Parameters:
- dest- the destination file.
 
- 
setFilteringDeprecated.The filtering attribute. Default is false.- Parameters:
- filter- if true use filtering
 
- 
execute
 
-