Move rename and overwrite file

Is it possible to write the analogue of this ant task without ant calls?

<copy file="images/image1" tofile="${build.dir}/resources/icons/logo.png" overwrite="true" >